summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-08-28 15:24:07 +0300
committerViktor Drobot2020-08-28 15:24:07 +0300
commitefdad0c7c5152c490fda5d8b93d1d1d2275f6aa4 (patch)
tree2c7816e72df7acbc74065cc6ba2af207f874f151
parent3e1e6babd597156cb3969a21284b22fe921a8b64 (diff)
downloadaur-efdad0c7c5152c490fda5d8b93d1d1d2275f6aa4.tar.gz
Update 2.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42271e578b7f..e69b9142ee05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = r-zip
pkgdesc = Cross-Platform 'zip' Compression
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://cran.r-project.org/package=zip
arch = i686
arch = x86_64
license = CC0
- makedepends = gcc
depends = r
optdepends = r-covr
optdepends = r-processx
optdepends = r-r6
optdepends = r-testthat
optdepends = r-withr
- source = https://cran.r-project.org/src/contrib/zip_2.1.0.tar.gz
- md5sums = 1f63f43f7047c635b8610c8b2d8b05ec
+ source = https://cran.r-project.org/src/contrib/zip_2.1.1.tar.gz
+ md5sums = 4c1e601dfcb8b229426caf657e93b592
pkgname = r-zip
diff --git a/PKGBUILD b/PKGBUILD
index c8480900ef80..02a6a67f33a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=zip
-_cranver=2.1.0
+_cranver=2.1.1
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -11,10 +11,9 @@ arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
license=(CC0)
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=('1f63f43f7047c635b8610c8b2d8b05ec')
+md5sums=('4c1e601dfcb8b229426caf657e93b592')
build() {
cd "${srcdir}"