mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-spacefillr: auto updated to 0.4.0-1
This commit is contained in:
parent
fb7bbba60d
commit
3122269a4c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
# Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com>
|
||||||
|
|
||||||
_pkgname=spacefillr
|
_pkgname=spacefillr
|
||||||
_pkgver=0.3.3
|
_pkgver=0.4.0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Space-Filling Random and Quasi-Random Sequences"
|
pkgdesc="Space-Filling Random and Quasi-Random Sequences"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -13,8 +13,8 @@ depends=(
|
||||||
r-rcpp
|
r-rcpp
|
||||||
)
|
)
|
||||||
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=('00ba85c2e07532c40537458098843297')
|
md5sums=('7a56b0a69abbc787013d4e77cbf4cad9')
|
||||||
b2sums=('fa703c6cf9c18c1182de5eec0a7972affc5d3bec06ef3295126aa6d7614d3fd952a0165b127a53334fa84c45646def536b7a44ad8cf3c52cb474c542aa398bf3')
|
b2sums=('564acbc3292e9b5cd96d2697a61e0f51cbf8642ad83b867ddf8fea348405acfd9bb01f2d8fb51e561e8b253f16f87445e2182a585a56631c435d3d00175031af')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|
Loading…
Add table
Reference in a new issue