mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rlabkey: auto updated to 3.2.1-1
This commit is contained in:
parent
2c44d4c0b8
commit
4f7b6e5471
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=Rlabkey
|
_pkgname=Rlabkey
|
||||||
_pkgver=3.2.0
|
_pkgver=3.2.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=3.2.0
|
pkgver=3.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Data Exchange Between R and 'LabKey' Server"
|
pkgdesc="Data Exchange Between R and 'LabKey' Server"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -16,7 +16,7 @@ depends=(
|
||||||
r-rcpp
|
r-rcpp
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
sha256sums=('d4d8087a38313a936d734d6e0f384ec8f800bd4b2e9c23816591927bd377d64e')
|
sha256sums=('9befdba8eb75b78ff57bc4f6eb5a80b07f3a84511c9d5fd52c437d07b3fd4942')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue