mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-r.utils: auto updated to 2.12.0-1
This commit is contained in:
parent
b545a64d98
commit
e8153ba4b1
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=R.utils
|
||||
_pkgver=2.11.0
|
||||
_pkgver=2.12.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.11.0
|
||||
pkgrel=5
|
||||
pkgver=2.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='Various Programming Utilities'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -18,7 +18,7 @@ optdepends=(
|
|||
r-digest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('622860f995f78be3a6e439f29d945874c5cb0866f6a73a9b43ac1d4d7f23fed8')
|
||||
sha256sums=('74de455220ea1e658ac503f5763a6be687d982eb61187779f4019a16db856503')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue