mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-inum: auto updated to 1.0.5-1
This commit is contained in:
parent
fdc9573545
commit
91b8d298f9
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=inum
|
||||
_pkgver=1.0-4
|
||||
_pkgver=1.0-5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.4
|
||||
pkgrel=5
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='Interval and Enum-Type Representation of Vectors'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -14,7 +14,7 @@ depends=(
|
|||
r-libcoin
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('5febef69c43a4b95b376c1418550a949d988a5f26b1383ca01c9728a94fc13ce')
|
||||
sha256sums=('e696b7e0b31b3bbf405112e60691b6a72fedcaa02e08ee517c59f6bf9cd36bbd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue