summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-17 18:01:11 +0000
committerBioArchLinuxBot2023-04-17 18:01:11 +0000
commit8709375ee62a0818155935f527fc7f27634fc609 (patch)
treea088b0d03875a49bee455d11a07e847e1b8f75c6 /PKGBUILD
parentbad63dc7b7861d3f64c85c4a7e95800c680ee74f (diff)
downloadaur-8709375ee62a0818155935f527fc7f27634fc609.tar.gz
[lilac] updated to 2.3.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9e707f36a6e..02801eb17d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Alex Branham <branham@utexas.edu>
_pkgname=zip
-_pkgver=2.2.2
+_pkgver=2.3.0
pkgname=r-${_pkgname,,}
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="Cross-Platform 'zip' Compression"
arch=('x86_64')
@@ -22,7 +22,7 @@ optdepends=(
r-withr
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e16cde23bb283efbe9b6bce19575c716c371d09033b42514471ccb444c0a8ea4')
+sha256sums=('33eba844922af9981732ee6ec1582d46cf04c562344f09a0f0f14a22c6f74543')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"