summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-21 18:01:46 +0000
committerBioArchLinuxBot2022-11-21 18:01:46 +0000
commit8a81a855a5cc68258ddda6cd469816ffbcd8c061 (patch)
treea7d7d76ad86666992be5b625f5a6b40d8b3c56c2 /PKGBUILD
parenteaa0e99b3138a5c1690c2fb246161aa4e9638e24 (diff)
downloadaur-8a81a855a5cc68258ddda6cd469816ffbcd8c061.tar.gz
[lilac] updated to 0.6.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 940dd4285b5f..6c86ed9bd475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: sukanka <su975853527@gmail.com>
_pkgname=stars
-_pkgver=0.5-6
+_pkgver=0.6-0
pkgname=r-${_pkgname,,}
-pkgver=0.5.6
+pkgver=0.6.0
pkgrel=1
pkgdesc='Spatiotemporal Arrays, Raster and Vector Data Cubes'
arch=('any')
@@ -59,7 +59,7 @@ optdepends=(
r-zoo
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e0413c95423635f7f7b2520813382e911257da8ace9b743da9fe3eab568a9461')
+sha256sums=('49fde4f78d1a5e09e6746e700c2e323a5102d7be05f02675c10cc6852ed68b7f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"