summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-26 18:01:50 +0000
committerBioArchLinuxBot2023-06-26 18:01:50 +0000
commitf01a7f6920a9d98cddb7b77e18948ac311c1bfe7 (patch)
tree33bfc1be0164f5db7199db6d75da44681b85a438 /PKGBUILD
parent5b7f6ccf0239557fe46697649e89d084d32bd00c (diff)
downloadaur-f01a7f6920a9d98cddb7b77e18948ac311c1bfe7.tar.gz
[lilac] updated to 0.6.32-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5758fac05fe1..467ccf590803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: Grey Christoforo <first name at last name dot net>
_pkgname=digest
-_pkgver=0.6.31
+_pkgver=0.6.32
pkgname=r-${_pkgname,,}
-pkgver=0.6.31
+pkgver=0.6.32
pkgrel=1
pkgdesc='Create Compact Hash Digests of R Objects'
arch=('x86_64')
@@ -20,7 +20,7 @@ optdepends=(
r-tinytest
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('5a284f490eaca6750f695f00a584cfca3f180ca1046ac1107202141149d431b9')
+sha256sums=('f319ffc05f017b873ad890026e0d998bc570afe2fe8bf3a23f46e77cc44739b1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"