summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2022-03-11 15:42:52 +0200
committerChristoph Fink2022-03-11 15:42:52 +0200
commit94c836d0ab9478f4686c2a5ae26a9e6904d753ee (patch)
tree60320498b0dd5dd476970286d782f060c63f53ed /PKGBUILD
parentda80e6d1bd7bee7c7586c798c6729487096f3bd0 (diff)
downloadaur-94c836d0ab9478f4686c2a5ae26a9e6904d753ee.tar.gz
upgpkg: r-raster 3.5.15-1
upstream release upstream 3.5-15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c01f5e1ee365..9de0dbe89df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: peippo <christoph+aur@christophfink.com>
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
# Contributor: Jooa <aur at (name) dot xyz>
_cranname=raster
-_cranver=3.5-11
+_cranver=3.5-15
pkgname=r-${_cranname,,}
pkgver=${_cranver//[:-]/.}
pkgrel=1
@@ -13,7 +14,7 @@ license=(GPL3)
depends=('r>=3.5.0' 'r-sp>=1.4.5' r-rcpp 'r-terra>=1.4.11')
optdepends=(r-rgdal r-rgeos r-ncdf4 r-igraph r-rastervis r-sf r-tinytest r-gstat r-fields r-exactextractr)
source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz")
-sha256sums=('e6c4823925260c65fe98585d7a0d47778616ae2e4eb1a1782b219580a9db61a3')
+sha256sums=('29c7d3c5d34284f8b5a2ddc9989fbcf092ce209d5eb5310ebc772b5ebdfdd685')
build() {
R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}"