summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-03-10 18:06:29 +0000
committerBioArchLinuxBot2024-03-10 18:06:29 +0000
commit5388ca63263734e7366cbe83f0bbdb7e0c90fc3d (patch)
tree811f96fb0b9847fda7cac3a5c3a5941f78d391a4
parent51538f0b0c19da8f691f3c27bd30a81bd3e2d856 (diff)
downloadaur-5388ca63263734e7366cbe83f0bbdb7e0c90fc3d.tar.gz
[lilac] updated to 2.2.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2089a9e2303d..e282727e066b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-runjags
pkgdesc = Interface Utilities, Model Templates, Parallel Computing Methods and Additional Distributions for MCMC Models in JAGS
- pkgver = 2.2.2.1.1
+ pkgver = 2.2.2.4
pkgrel = 1
url = https://cran.r-project.org/package=runjags
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = r-runjags
optdepends = r-rjags
optdepends = r-spelling
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/runjags_2.2.2-1.1.tar.gz
- sha256sums = 9159df4ad8293656a855c56beaea7cd827eabf95a53d47d9bf94480a1c5f0583
+ source = https://cran.r-project.org/src/contrib/runjags_2.2.2-4.tar.gz
+ sha256sums = 6f656e4d0620c0806e596ddb4bfec3934534ec17c02da699fcbfd6720a6f424f
pkgname = r-runjags
diff --git a/PKGBUILD b/PKGBUILD
index db2a10770fe0..5947097715c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=runjags
-_pkgver=2.2.2-1.1
+_pkgver=2.2.2-4
pkgname=r-${_pkgname,,}
-pkgver=2.2.2.1.1
+pkgver=2.2.2.4
pkgrel=1
pkgdesc='Interface Utilities, Model Templates, Parallel Computing Methods and Additional Distributions for MCMC Models in JAGS'
arch=('x86_64')
@@ -24,7 +24,7 @@ optdepends=(
r-testthat
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9159df4ad8293656a855c56beaea7cd827eabf95a53d47d9bf94480a1c5f0583')
+sha256sums=('6f656e4d0620c0806e596ddb4bfec3934534ec17c02da699fcbfd6720a6f424f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"