summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-09-30 23:38:39 +0300
committerViktor Drobot2020-09-30 23:38:39 +0300
commitb41294e47df814a0ed154764ab7ff864fa9f4bd1 (patch)
tree71eddbe779816078f109c845684ff7c63abf013d
parent8b512860de8a090bf8a5208cb3f3fb131909d1e4 (diff)
downloadaur-b41294e47df814a0ed154764ab7ff864fa9f4bd1.tar.gz
Update 0.19-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a30aa67dc10a..2635a04065b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = r-coda
pkgdesc = Output Analysis and Diagnostics for MCMC
- pkgver = 0.19.3
+ pkgver = 0.19.4
pkgrel = 1
url = https://cran.r-project.org/package=coda
arch = any
license = GPL2
license = GPL3
depends = r>=2.14.0
- source = https://cran.r-project.org/src/contrib/coda_0.19-3.tar.gz
- md5sums = 2e32c8217920c2824229217a95fb8228
+ source = https://cran.r-project.org/src/contrib/coda_0.19-4.tar.gz
+ sha256sums = 422d3cfd34797a3631e9c4812431940599c0ca4bb9937797bed07b7b1d6fe58f
pkgname = r-coda
diff --git a/PKGBUILD b/PKGBUILD
index 86fd1b2fa049..228b11b16708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Alex Branham <alex.branham@gmail.com>
_cranname=coda
-_cranver=0.19-3
+_cranver=0.19-4
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +13,7 @@ url="https://cran.r-project.org/package=${_cranname}"
license=(GPL2 GPL3)
depends=('r>=2.14.0')
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('2e32c8217920c2824229217a95fb8228')
+sha256sums=('422d3cfd34797a3631e9c4812431940599c0ca4bb9937797bed07b7b1d6fe58f')
build() {
cd "${srcdir}"