mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-parallelly: fix arch
This commit is contained in:
parent
a5b27b2c64
commit
e4d8283b94
1 changed files with 5 additions and 5 deletions
|
@ -3,20 +3,20 @@
|
||||||
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
|
||||||
|
|
||||||
_pkgname=parallelly
|
_pkgname=parallelly
|
||||||
_pkgver=1.36.0
|
_pkgver=1.37.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Enhancing the 'parallel' Package"
|
pkgdesc="Enhancing the 'parallel' Package"
|
||||||
arch=(any)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
license=('LGPL-2.1-or-later')
|
license=('LGPL-2.1-or-later')
|
||||||
depends=(
|
depends=(
|
||||||
r
|
r
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||||
md5sums=('3e5070dcde41a77610a5141eb1fb674f')
|
md5sums=('2aeb7c39d8119c5cbbfd874ec3ef90c6')
|
||||||
b2sums=('e99535cedb177140d0e17185fc312e5d30e55da22b870413e6ede9aebd82fbc6c62fa8838e786fa4b71ce1663ba5aafc1c0c02f2514987e226f2fa4740cd6951')
|
b2sums=('f42711e9a75e5c4c00cabb301b78eae0f3fab278fbc55c13eb415c6feb72b4ea7329256d4da096a8790d71cfa0350987294816748b9da9eb6ac1134e572f1c74')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Reference in a new issue