mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-dqrng: auto updated to 0.3.2-1
This commit is contained in:
parent
c36d7bdb33
commit
4a425131f6
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@
|
||||||
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Contributor: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=dqrng
|
_pkgname=dqrng
|
||||||
_pkgver=0.3.1
|
_pkgver=0.3.2
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Fast Pseudo Random Number Generators"
|
pkgdesc="Fast Pseudo Random Number Generators"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -30,8 +30,8 @@ optdepends=(
|
||||||
r-testthat
|
r-testthat
|
||||||
)
|
)
|
||||||
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=('ef9d3b1352d68335b5b462e3661cdc53')
|
md5sums=('6f3ee0d3b89f90deb993032e8185e487')
|
||||||
sha256sums=('e230862ad9cdef0a3d5dfe6715e23073fe89534aed2cc256804915d0a35db96e')
|
sha256sums=('cd02ca210aa40db5a3dfff317ab721c0eea3a94d6effdaf1068a527710393e9c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
|
|
Loading…
Add table
Reference in a new issue