r-furrr: auto updated to 0.3.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-04 16:04:58 +00:00
parent 6a0c2af17d
commit c1337f2f7e

View file

@ -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}"