summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-21 18:01:46 +0000
committerBioArchLinuxBot2022-11-21 18:01:46 +0000
commit8a81a855a5cc68258ddda6cd469816ffbcd8c061 (patch)
treea7d7d76ad86666992be5b625f5a6b40d8b3c56c2
parenteaa0e99b3138a5c1690c2fb246161aa4e9638e24 (diff)
downloadaur-8a81a855a5cc68258ddda6cd469816ffbcd8c061.tar.gz
[lilac] updated to 0.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98287d558922..089422329a28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-stars
pkgdesc = Spatiotemporal Arrays, Raster and Vector Data Cubes
- pkgver = 0.5.6
+ pkgver = 0.6.0
pkgrel = 1
url = https://cran.r-project.org/package=stars
arch = any
@@ -50,7 +50,7 @@ pkgbase = r-stars
optdepends = r-viridis
optdepends = r-xts
optdepends = r-zoo
- source = https://cran.r-project.org/src/contrib/stars_0.5-6.tar.gz
- sha256sums = e0413c95423635f7f7b2520813382e911257da8ace9b743da9fe3eab568a9461
+ source = https://cran.r-project.org/src/contrib/stars_0.6-0.tar.gz
+ sha256sums = 49fde4f78d1a5e09e6746e700c2e323a5102d7be05f02675c10cc6852ed68b7f
pkgname = r-stars
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}"