summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-10-18 12:49:45 +0000
committerBioArchLinuxBot2022-10-18 12:49:45 +0000
commit911ea113d2d6e51af7f8b7caf3a4650b0e738167 (patch)
tree7fd10a4e77601748ab9a0582bd3d6bb775aec0d2
parentc9b24b66d14d8a6a59b1c5b4c3d0c3a84890a386 (diff)
downloadaur-911ea113d2d6e51af7f8b7caf3a4650b0e738167.tar.gz
[lilac] updated to 2.5.1-6
-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}"