summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-07-09 14:30:33 +0300
committerViktor Drobot2020-07-09 14:30:33 +0300
commit446d53db52c5405ce97c241a0cbd290d3355ac0c (patch)
tree8fe339236d22aa5f122e57ecbc6ae3232652a515
parent5257018dea0b9425ab618796a5256e48a52a6271 (diff)
downloadaur-446d53db52c5405ce97c241a0cbd290d3355ac0c.tar.gz
Update 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a0902fdb40b..bdaf1400ac97 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.2.0
+ pkgver = 2.3.0
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.2.0.tar.gz
- md5sums = edd953a69009a6f10a94e8ec7af5e4c2
+ source = https://cran.r-project.org/src/contrib/loo_2.3.0.tar.gz
+ md5sums = 7370d8c4c31736a3236bdbf98efcc3cc
pkgname = r-loo
diff --git a/PKGBUILD b/PKGBUILD
index 3bcdbcc9ad20..d2a4dae8f0f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_cranname=loo
-_cranver=2.2.0
+_cranver=2.3.0
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=('edd953a69009a6f10a94e8ec7af5e4c2')
+md5sums=('7370d8c4c31736a3236bdbf98efcc3cc')
build() {
cd "${srcdir}"