mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-furrr: auto updated to 0.3.0-1
This commit is contained in:
parent
6a0c2af17d
commit
c1337f2f7e
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=furrr
|
||||
_pkgver=0.2.3
|
||||
_pkgver=0.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.2.3
|
||||
pkgrel=2
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Apply Mapping Functions in Parallel using Futures'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -32,7 +32,7 @@ optdepends=(
|
|||
r-withr
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0a213422dc0a2e84173f2d3e6c7900dcb677f980c255d6b6ccf666fba1173700')
|
||||
sha256sums=('3fe91cc1614f9404c708ea3a15b6a40289fa57f40f3ece54452093408d91fd84')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue