mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-rstan: auto updated to 2.32.6-1
This commit is contained in:
parent
6ed5520d38
commit
c321f23efb
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
||||||
# Contributor: Alex Branham <alex.branham@gmail.com>
|
# Contributor: Alex Branham <alex.branham@gmail.com>
|
||||||
|
|
||||||
_pkgname=rstan
|
_pkgname=rstan
|
||||||
_pkgver=2.32.5
|
_pkgver=2.32.6
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="R Interface to Stan"
|
pkgdesc="R Interface to Stan"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://cran.r-project.org/package=$_pkgname"
|
url="https://cran.r-project.org/package=$_pkgname"
|
||||||
|
@ -47,9 +47,9 @@ optdepends=(
|
||||||
)
|
)
|
||||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz"
|
||||||
"fix-plugin.patch")
|
"fix-plugin.patch")
|
||||||
md5sums=('0d7ea5114187f589f6a2255cf1eeb397'
|
md5sums=('93aecb7454d73942e9b0c719b2723505'
|
||||||
'4bd2cd1d41029fb5d9b792b56d9cd524')
|
'4bd2cd1d41029fb5d9b792b56d9cd524')
|
||||||
b2sums=('509272c2b88ad2d1949620fc5ad7a32ab894005a829226ec9ccf39af0cd7bbbcfc4faee798f75ba4f4a984a827bae491cbdc52b7ea1c9292054382dae02bc3d9'
|
b2sums=('9aec4dd17e08cc1e6e8ed5c047c9ce07e2489f2ba85445b1d1aaff9853993f21f71f00024715fd41d05833563a5c1efe155bfd691938caf6d7535879201e6263'
|
||||||
'b5cb53f8d2e3cc84ebbed12e8439f59f5b1b62b747a3e6f9212750b882ee2833319af69cd973734670fba7bdbd924bc5a2d63733c60ddf437623bc83d3f3e4a7')
|
'b5cb53f8d2e3cc84ebbed12e8439f59f5b1b62b747a3e6f9212750b882ee2833319af69cd973734670fba7bdbd924bc5a2d63733c60ddf437623bc83d3f3e4a7')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue