summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-08-11 11:52:18 +0300
committerViktor Drobot2020-08-11 11:52:18 +0300
commit3e1e6babd597156cb3969a21284b22fe921a8b64 (patch)
tree5f1c4fa3ebdd6278334659d76a9b12d2ec01d8b2
parent7a653de70ac79fe36b3c6e4b88028ff86923453a (diff)
downloadaur-3e1e6babd597156cb3969a21284b22fe921a8b64.tar.gz
Update 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c5c002fe0b9..42271e578b7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-zip
pkgdesc = Cross-Platform 'zip' Compression
- pkgver = 2.0.4
+ pkgver = 2.1.0
pkgrel = 1
url = https://cran.r-project.org/package=zip
arch = i686
@@ -13,8 +13,8 @@ pkgbase = r-zip
optdepends = r-r6
optdepends = r-testthat
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/zip_2.0.4.tar.gz
- md5sums = 665c263694712d63163c072b23506a27
+ source = https://cran.r-project.org/src/contrib/zip_2.1.0.tar.gz
+ md5sums = 1f63f43f7047c635b8610c8b2d8b05ec
pkgname = r-zip
diff --git a/PKGBUILD b/PKGBUILD
index bf8f6ac92e24..c8480900ef80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=zip
-_cranver=2.0.4
+_cranver=2.1.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -14,7 +14,7 @@ depends=(r)
makedepends=(gcc)
optdepends=(r-covr r-processx r-r6 r-testthat r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('665c263694712d63163c072b23506a27')
+md5sums=('1f63f43f7047c635b8610c8b2d8b05ec')
build() {
cd "${srcdir}"