summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-15 11:03:40 +0000
committerBioArchLinuxBot2023-10-15 11:03:40 +0000
commitf8948d2fdc02e3531971a2dadd8a1ad504776713 (patch)
tree3369937e1a3003f0d553775aa2cdef2b4bdb909b
parent15da1ccd255e01bab6c9147b89b7a840be63d11d (diff)
downloadaur-f8948d2fdc02e3531971a2dadd8a1ad504776713.tar.gz
[lilac] updated to 2.32.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74c240b0586e..0b7284e91fc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rstan
pkgdesc = R Interface to Stan
- pkgver = 2.26.23
+ pkgver = 2.32.3
pkgrel = 1
url = https://cran.r-project.org/package=rstan
arch = x86_64
@@ -22,13 +22,13 @@ pkgbase = r-rstan
optdepends = r-coda
optdepends = r-knitr
optdepends = r-rmarkdown
- optdepends = r-rstanarm
optdepends = r-rstantools
optdepends = r-rstudioapi
optdepends = r-shinystan
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/rstan_2.26.23.tar.gz
- md5sums = 2e01ed18b705fb0fbd0b90e1577f08dc
- sha256sums = 91fddeb9460755e02b7fbc7caa964df8d0d77417528ae96ce3e2f6d56fe60d22
+ optdepends = r-v8
+ source = https://cran.r-project.org/src/contrib/rstan_2.32.3.tar.gz
+ md5sums = 6414d45665fbc9aa1fd0e7d4ef3e8d0b
+ sha256sums = a29d9e1abf6d7c7b5ce98e10e60f14f18bad076aff4c7affa4b6263945ba549d
pkgname = r-rstan
diff --git a/PKGBUILD b/PKGBUILD
index f896a9413d03..f24d467ec9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Alex Branham <alex.branham@gmail.com>
_pkgname=rstan
-_pkgver=2.26.23
+_pkgver=2.32.3
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
pkgrel=1
@@ -38,15 +38,15 @@ optdepends=(
r-coda
r-knitr
r-rmarkdown
- r-rstanarm
r-rstantools
r-rstudioapi
r-shinystan
r-testthat
+ r-v8
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-md5sums=('2e01ed18b705fb0fbd0b90e1577f08dc')
-sha256sums=('91fddeb9460755e02b7fbc7caa964df8d0d77417528ae96ce3e2f6d56fe60d22')
+md5sums=('6414d45665fbc9aa1fd0e7d4ef3e8d0b')
+sha256sums=('a29d9e1abf6d7c7b5ce98e10e60f14f18bad076aff4c7affa4b6263945ba549d')
build() {
mkdir -p build