summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-07-16 12:17:23 +0300
committerViktor Drobot2020-07-16 12:17:23 +0300
commite4a67b400f3a860fd76899b975dc24b0021bd417 (patch)
tree94554f94cd3ba3dc830b315218d92ec6e6d6b143
parent446d53db52c5405ce97c241a0cbd290d3355ac0c (diff)
downloadaur-e4a67b400f3a860fd76899b975dc24b0021bd417.tar.gz
Update 2.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdaf1400ac97..0a1550d5d5ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-loo
pkgdesc = Efficient Leave-One-Out Cross-Validation and WAIC for Bayesian Models
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://cran.r-project.org/package=loo
arch = any
@@ -20,8 +20,8 @@ pkgbase = r-loo
optdepends = r-rstantools
optdepends = r-spdep
optdepends = r-testthat
- source = https://cran.r-project.org/src/contrib/loo_2.3.0.tar.gz
- md5sums = 7370d8c4c31736a3236bdbf98efcc3cc
+ source = https://cran.r-project.org/src/contrib/loo_2.3.1.tar.gz
+ md5sums = 32983ec73d6d536b4bc5fc0b6d778ca5
pkgname = r-loo
diff --git a/PKGBUILD b/PKGBUILD
index d2a4dae8f0f0..8b924a4220ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=loo
-_cranver=2.3.0
+_cranver=2.3.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -12,7 +12,7 @@ license=(GPL3)
depends=('r>=3.1.2' r-checkmate 'r-matrixstats>=0.52' 'pandoc>=1.12.3' pandoc-citeproc)
optdepends=(r-bayesplot r-brms r-ggplot2 r-knitr r-rmarkdown r-rstan r-rstanarm r-rstantools r-spdep r-testthat)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('7370d8c4c31736a3236bdbf98efcc3cc')
+md5sums=('32983ec73d6d536b4bc5fc0b6d778ca5')
build() {
cd "${srcdir}"