diff options
author | BioArchLinuxBot | 2023-01-07 06:02:52 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-01-07 06:02:52 +0000 |
commit | 903433c05a4df8903955ecfbe57588f08dd1b633 (patch) | |
tree | 78c7ecdcfd704470c7cb8fb2db2fbe08736a57ba /PKGBUILD | |
parent | 0ba3018b03d27efa9f6e2ba39a4d004819339c8b (diff) | |
download | aur-903433c05a4df8903955ecfbe57588f08dd1b633.tar.gz |
[lilac] updated to 0.51.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=rasterVis -_pkgver=0.51.4 +_pkgver=0.51.5 pkgname=r-${_pkgname,,} -pkgver=0.51.4 +pkgver=0.51.5 pkgrel=1 pkgdesc='Visualization Methods for Raster Data' arch=('any') @@ -28,7 +28,7 @@ optdepends=( r-sf ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('d1f887c106c445f6914413aaf195bc8365707abd41e3eb05930158d4abe49bfc') +sha256sums=('3a9ffe38f7835bf9008cb3f2fbe01208f17130f4b1ca9ba19f97dc240ccf7aa1') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |