summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-06-18 00:01:25 +0000
committerBioArchLinuxBot2022-06-18 00:01:25 +0000
commit777343789f936617c074354f5c96ad13d7843e50 (patch)
treeecd12faf2acd0c27e814eb3d26291df166215867 /PKGBUILD
parent7754948389a1120bccefec9cdeeafe49d2ff81a8 (diff)
downloadaur-777343789f936617c074354f5c96ad13d7843e50.tar.gz
[lilac] updated to 1.2.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a564efda81da..57a38605cfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=spacetime
-_pkgver=1.2-6
+_pkgver=1.2-8
pkgname=r-${_pkgname,,}
-pkgver=1.2.6
-pkgrel=4
+pkgver=1.2.8
+pkgrel=1
pkgdesc='Classes and Methods for Spatio-Temporal Data'
arch=('any')
url="https://cran.r-project.org/package=${_pkgname}"
@@ -37,7 +37,7 @@ optdepends=(
r-sf
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8fd46606ed9589ffce19368d40004890f96e8fe77f13b546e6a2f8b9ced0dd81')
+sha256sums=('4297a027ab4cff32e41cec65aa7d92af66c7a885fd2322b010b0af9a14f24c59')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"