r-future.apply: auto updated to 1.11.1-1

This commit is contained in:
BioArchLinuxBot 2023-12-22 00:02:54 +00:00
parent e0ce7af72a
commit 29b79eb242

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=future.apply
_pkgver=1.11.0
_pkgver=1.11.1
pkgname=r-${_pkgname,,}
pkgver=1.11.0
pkgver=1.11.1
pkgrel=1
pkgdesc='Apply Function to Elements in Parallel using Futures'
arch=('any')
@ -23,7 +23,7 @@ optdepends=(
r-tools
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('317b30ceb9b5b03eabaf367d52b8fbcbfeabce1da2ee1000ca1eec5adb4b01e8')
sha256sums=('02aea1f5609ff3e695f34229b7b7667bf2a4187cb21fc2b8bfa07074e316c27d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"