summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-17 18:07:48 +0000
committerBioArchLinuxBot2023-01-17 18:07:48 +0000
commit6d2bf7861e2a8b09ab42d57385f27f65f0e90442 (patch)
tree88e2dda26d196e6d29452d6519c04f36c4aeeae0 /PKGBUILD
parent834405a48231316211dd9a646be6d0ba70a6f123 (diff)
downloadaur-6d2bf7861e2a8b09ab42d57385f27f65f0e90442.tar.gz
[lilac] updated to 2.21.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bd151303a47..a609c845977e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@
# Contributor: Alex Branham <alex.branham@gmail.com>
_pkgname=rstan
-_pkgver=2.21.7
+_pkgver=2.21.8
pkgname=r-${_pkgname,,}
-pkgver=2.21.7
-pkgrel=3
+pkgver=2.21.8
+pkgrel=1
pkgdesc='R Interface to Stan'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -45,7 +45,7 @@ optdepends=(
r-v8
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('4495221310d390925b665c32e05ffabd3ae8857225bda65131a7ed2be41d6d45')
+sha256sums=('b2d4edc315419037970c9fa2e8740b934966d88d40548152811f3d4a28475075')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"