summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-09-08 12:05:56 +0000
committerBioArchLinuxBot2022-09-08 12:05:56 +0000
commit9efda1db4b5b439ed7ee8612e01a39bc74b1ce6e (patch)
treef6fb177781b863ab111e46afe0568554a897997a
parent4c9a14de695724f6174f889751a8538a0c0bf73c (diff)
downloadaur-9efda1db4b5b439ed7ee8612e01a39bc74b1ce6e.tar.gz
[lilac] updated to 2.21.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e73534ef190a..6e250baa957a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rstan
pkgdesc = R Interface to Stan
- pkgver = 2.21.5
- pkgrel = 3
+ pkgver = 2.21.7
+ pkgrel = 1
url = https://cran.r-project.org/package=rstan
arch = x86_64
license = GPL
@@ -31,7 +31,7 @@ pkgbase = r-rstan
optdepends = r-runit
optdepends = r-shinystan
optdepends = r-v8
- source = https://cran.r-project.org/src/contrib/rstan_2.21.5.tar.gz
- sha256sums = 86e4fe562d8ddcd0b02336f35a420fa8786dd21de7ca2bebb4ed6e9c252bb9ea
+ source = https://cran.r-project.org/src/contrib/rstan_2.21.7.tar.gz
+ sha256sums = 4495221310d390925b665c32e05ffabd3ae8857225bda65131a7ed2be41d6d45
pkgname = r-rstan
diff --git a/PKGBUILD b/PKGBUILD
index 32f2ddf57b81..c012ff6b8eee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rstan
-_pkgver=2.21.5
+_pkgver=2.21.7
pkgname=r-${_pkgname,,}
-pkgver=2.21.5
-pkgrel=3
+pkgver=2.21.7
+pkgrel=1
pkgdesc='R Interface to Stan'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -41,7 +41,7 @@ optdepends=(
r-v8
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('86e4fe562d8ddcd0b02336f35a420fa8786dd21de7ca2bebb4ed6e9c252bb9ea')
+sha256sums=('4495221310d390925b665c32e05ffabd3ae8857225bda65131a7ed2be41d6d45')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"