mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-parallelly: auto updated to 1.35.0-1
This commit is contained in:
parent
d1cbf36782
commit
6c07695dfb
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=parallelly
|
||||
_pkgver=1.34.0
|
||||
_pkgver=1.35.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.34.0
|
||||
pkgver=1.35.0
|
||||
pkgrel=1
|
||||
pkgdesc="Enhancing the 'parallel' Package"
|
||||
arch=('any')
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('11639d7039e4a2450dabac1f82cb7ead0bbc68bdb0e113054b7104840098aff4')
|
||||
sha256sums=('3f5e9b6507196aab052c5e67f8b524b75aa356731c5eaffbadde76c967ad5dcd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue