summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 13:03:32 +0000
committerBioArchLinuxBot2022-10-18 13:03:32 +0000
commit834405a48231316211dd9a646be6d0ba70a6f123 (patch)
tree32182ae2da87b1f044605ffb8614aee038f17e03
parent9efda1db4b5b439ed7ee8612e01a39bc74b1ce6e (diff)
downloadaur-834405a48231316211dd9a646be6d0ba70a6f123.tar.gz
[lilac] updated to 2.21.7-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e250baa957a..58cfff1e0f4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-rstan
pkgdesc = R Interface to Stan
pkgver = 2.21.7
- pkgrel = 1
+ pkgrel = 3
url = https://cran.r-project.org/package=rstan
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c012ff6b8eee..8bd151303a47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,15 @@
# system requirements: GNU make, pandoc
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+# Contributor: Ward Segers <w@rdsegers.be>
+# Contributor: Alex Branham <alex.branham@gmail.com>
_pkgname=rstan
_pkgver=2.21.7
pkgname=r-${_pkgname,,}
pkgver=2.21.7
-pkgrel=1
+pkgrel=3
pkgdesc='R Interface to Stan'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"