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