mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rcppthread: auto updated to 2.1.6-1
This commit is contained in:
parent
95f1f96ec9
commit
86893f9df7
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=RcppThread
|
_pkgname=RcppThread
|
||||||
_pkgver=2.1.5
|
_pkgver=2.1.6
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.1.5
|
pkgver=2.1.6
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='R-Friendly Threading in C++'
|
pkgdesc='R-Friendly Threading in C++'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -19,7 +19,7 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('1579c12c778ac36bd2bb741336401ef2c2576e2ac59c4e8a5cc40bbc303e2a67')
|
sha256sums=('e9470c5e29e5e07ac5360d165ec96effad9115c03833b25c3acd8cd6809a27a5')
|
||||||
|
|
||||||
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