mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-future.apply: auto updated to 1.9.1-1
This commit is contained in:
parent
70d7c470a8
commit
727bf294e5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=future.apply
|
_pkgname=future.apply
|
||||||
_pkgver=1.9.0
|
_pkgver=1.9.1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=1.9.0
|
pkgver=1.9.1
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Apply Function to Elements in Parallel using Futures'
|
pkgdesc='Apply Function to Elements in Parallel using Futures'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -23,7 +23,7 @@ optdepends=(
|
||||||
r-tools
|
r-tools
|
||||||
)
|
)
|
||||||
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=('6166c1c5ce30b9745059c3d30c8110f7c1d51871e58aa414f195cb1f91c467f5')
|
sha256sums=('4f22ccd5caa62077581c6adc4d35543451e547220270aed3f1abcbaa6a202133')
|
||||||
|
|
||||||
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