summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-02-08 14:24:45 +0000
committerBioArchLinuxBot2024-02-08 14:24:45 +0000
commitec96932620deae455a194f0393ce951f3daead59 (patch)
treeb22621f12019afa903fb3104403b442b075b24aa /PKGBUILD
parentb9de04099d2ce1656a1a1647e6cbb0c11223f91e (diff)
downloadaur-r-rstanarm.tar.gz
[lilac] updated to 2.32.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45b83fb78ce..d8ef82dbdf24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@ _pkgname=rstanarm
_pkgver=2.32.1
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Bayesian Applied Regression Modeling via Stan"
arch=(x86_64)
url="https://cran.r-project.org/package=$_pkgname"
license=('GPL-3.0-or-later')
depends=(
+ onetbb
pandoc
r-bayesplot
r-ggplot2