summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-07 06:05:21 +0000
committerBioArchLinuxBot2023-04-07 06:05:21 +0000
commitd77d6e6ccc3d0f013305738adfec1a4ea21003ff (patch)
treee77a2e41bdc9f01d02886066a892235a7d8125ff
parent8224ba133f6e7c89a1ba85c5a3578a8b083302d6 (diff)
downloadaur-d77d6e6ccc3d0f013305738adfec1a4ea21003ff.tar.gz
[lilac] updated to 2.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66688ae8974e..bdd1d4baf379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gstat
pkgdesc = Spatial and Spatio-Temporal Geostatistical Modelling, Prediction and Simulation
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://cran.r-project.org/package=gstat
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = r-gstat
optdepends = r-rgdal
optdepends = r-rgeos
optdepends = r-xts
- source = https://cran.r-project.org/src/contrib/gstat_2.1-0.tar.gz
- sha256sums = 57a6eb46fa601f159ace1e56ebe8928d210a62d85552a4eb5a5ca4ada48f2d6f
+ source = https://cran.r-project.org/src/contrib/gstat_2.1-1.tar.gz
+ sha256sums = 48b205e65155effb6827fca062f2a409a0922241b7714cc6c8248f141b125d25
pkgname = r-gstat
diff --git a/PKGBUILD b/PKGBUILD
index b1c204c6f1ee..07a9ffdfa0a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gstat
-_pkgver=2.1-0
+_pkgver=2.1-1
pkgname=r-${_pkgname,,}
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc='Spatial and Spatio-Temporal Geostatistical Modelling, Prediction and Simulation'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
r-xts
)
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('57a6eb46fa601f159ace1e56ebe8928d210a62d85552a4eb5a5ca4ada48f2d6f')
+sha256sums=('48b205e65155effb6827fca062f2a409a0922241b7714cc6c8248f141b125d25')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"