r-future: auto updated to 1.26.1-1

This commit is contained in:
BioArchLinuxBot 2022-05-28 00:01:17 +00:00
parent fa3fd0b701
commit bce73a269c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=future
_pkgver=1.25.0
_pkgver=1.26.1
pkgname=r-${_pkgname,,}
pkgver=1.25.0
pkgver=1.26.1
pkgrel=1
pkgdesc='Unified Parallel and Distributed Processing in R for Everyone'
arch=('any')
@ -22,7 +22,7 @@ optdepends=(
r-rhpcblasctl
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d6242ece0fb45f0bf492e8219eae790a448255540ee39ef930a2752fdc821847')
sha256sums=('a35c0bdae86265ebe86119231802b6fbf7b1d533b57cb423d8483fbe779390d5')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"