mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-future.apply: auto updated to 1.11.1-1
This commit is contained in:
parent
e0ce7af72a
commit
29b79eb242
1 changed files with 3 additions and 3 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue