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.3-1
This commit is contained in:
parent
d886629a20
commit
e25060034b
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.12.2
|
||||
_pkgver=2.12.3
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.12.2
|
||||
pkgrel=4
|
||||
pkgver=2.12.3
|
||||
pkgrel=1
|
||||
pkgdesc='Various Programming Utilities'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -19,7 +19,7 @@ optdepends=(
|
|||
r-digest
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('fe3cf1aa8641540634e96990294d0202d4d94ec79ce73aaf78e4eda30fcb8836')
|
||||
sha256sums=('74d6e77a95a23381a490fea54be01b653d4b938a2dc75e749a694ab48302c40c')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue