summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-01-31 18:13:36 +0000
committerBioArchLinuxBot2024-01-31 18:13:36 +0000
commit834486e6610402de065c5b3ddc2dcd363c407ee2 (patch)
treeea68984354174eb6db4f196803bcdbf5d4511950
parent4a231582c712778745e5914bedc03d14b67d3075 (diff)
downloadaur-834486e6610402de065c5b3ddc2dcd363c407ee2.tar.gz
[lilac] updated to 2.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d05853672a51..5dbe8dce6e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-rstantools
pkgdesc = Tools for Developing R Packages Interfacing with 'Stan'
- pkgver = 2.3.1.1
+ pkgver = 2.4.0
pkgrel = 1
url = https://cran.r-project.org/package=rstantools
arch = any
@@ -18,7 +18,7 @@ pkgbase = r-rstantools
optdepends = r-rstudioapi
optdepends = r-testthat
optdepends = r-usethis
- source = https://cran.r-project.org/src/contrib/rstantools_2.3.1.1.tar.gz
- sha256sums = f260ee54c11461d0f80f447e6fa6909337ede09806cd48f4a89ae9d59804e22e
+ source = https://cran.r-project.org/src/contrib/rstantools_2.4.0.tar.gz
+ sha256sums = bff72ca2f0352c6c5d2868823e286fdb73a6ead74508a4124cbcb222c83b4faa
pkgname = r-rstantools
diff --git a/PKGBUILD b/PKGBUILD
index 444f5979e4b7..a566b322d01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=rstantools
-_pkgver=2.3.1.1
+_pkgver=2.4.0
pkgname=r-${_pkgname,,}
-pkgver=2.3.1.1
+pkgver=2.4.0
pkgrel=1
pkgdesc="Tools for Developing R Packages Interfacing with 'Stan'"
arch=('any')
@@ -28,7 +28,7 @@ optdepends=(
r-usethis
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f260ee54c11461d0f80f447e6fa6909337ede09806cd48f4a89ae9d59804e22e')
+sha256sums=('bff72ca2f0352c6c5d2868823e286fdb73a6ead74508a4124cbcb222c83b4faa')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"