summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d55f2763c636..ed89d04818b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-loo
pkgdesc = Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
pkgver = 2.5.1
- pkgrel = 3
+ pkgrel = 6
url = https://cran.r-project.org/package=loo
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 35847f980274..8722f4b0e774 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
# system requirements: pandoc (>= 1.12.3), pandoc-citeproc
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
+# Contributor: Robert Greener <me@r0bert.dev>
+# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
+
_pkgname=loo
_pkgver=2.5.1
pkgname=r-${_pkgname,,}
pkgver=2.5.1
-pkgrel=3
+pkgrel=6
pkgdesc='Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"