summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Branham2018-06-12 08:54:39 -0500
committerAlex Branham2018-06-12 08:54:39 -0500
commit76d9d14a7b53cda15a702562075bf8801bac7bb4 (patch)
tree376182a0c299a99744eeaebbfd16f7876678c58f
parentf0ec1467c7c9a9fca0ed217eb2fee0cbcaade469 (diff)
downloadaur-76d9d14a7b53cda15a702562075bf8801bac7bb4.tar.gz
Upkg 1.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e65ea9d426..3c5dda61a0f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-zoo
pkgdesc = S3 Infrastructure for Regular and Irregular Time Series (Zs Ordered Observations)
- pkgver = 1.8.1
+ pkgver = 1.8.2
pkgrel = 1
url = https://cran.r-project.org/package=zoo
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = r-zoo
optdepends = r-tis
optdepends = r-tseries
optdepends = r-xts
- source = https://cran.r-project.org/src/contrib/zoo_1.8-1.tar.gz
- md5sums = bf8789b3a448b5bed39e54e027ee7c6a
+ source = https://cran.r-project.org/src/contrib/zoo_1.8-2.tar.gz
+ md5sums = ca22a37a4b1a32ef9beeead47b2751f4
pkgname = r-zoo
diff --git a/PKGBUILD b/PKGBUILD
index 27cee2d769b8..2d02a0189151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Branham <branham@utexas.edu>
_cranname=zoo
-_cranver=1.8-1
+_cranver=1.8-2
_pkgtar=${_cranname}_${_cranver}.tar.gz
pkgname=r-zoo
pkgver=${_cranver//[:-]/.}
@@ -14,7 +14,7 @@ depends=('r' )
optdepends=('r-coda' 'r-chron' 'r-daag' 'r-fts' 'r-ggplot2' 'r-mondate' 'r-scales' 'r-strucchange' 'r-timedate' 'r-timeseries' 'r-tis' 'r-tseries' 'r-xts')
source=("https://cran.r-project.org/src/contrib/${_pkgtar}")
-md5sums=('bf8789b3a448b5bed39e54e027ee7c6a')
+md5sums=('ca22a37a4b1a32ef9beeead47b2751f4')
build(){
R CMD INSTALL ${_pkgtar} -l $srcdir