summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorViktor Drobot2021-06-09 14:04:17 +0300
committerViktor Drobot2021-06-09 14:04:17 +0300
commit4c232161656516d2d6692768626b31a899bae714 (patch)
tree20118d40eb410cda05ed88be1aeb0a0071483622 /PKGBUILD
parentefdad0c7c5152c490fda5d8b93d1d1d2275f6aa4 (diff)
downloadaur-4c232161656516d2d6692768626b31a899bae714.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02a6a67f33a7..b20a501c3085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Alex Branham <branham@utexas.edu>
_cranname=zip
-_cranver=2.1.1
+_cranver=2.2.0
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
pkgdesc="Cross-Platform 'zip' Compression"
arch=(i686 x86_64)
url="https://cran.r-project.org/package=${_cranname}"
-license=(CC0)
+license=(MIT)
depends=(r)
optdepends=(r-covr r-processx r-r6 r-testthat r-withr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-md5sums=('4c1e601dfcb8b229426caf657e93b592')
+sha256sums=('9f95987c964039834f770ecda2d5f7e3d3a9de553c89db2a5926c4219bf4b9d8')
build() {
cd "${srcdir}"