r-raster: auto updated to 3.5.11-1

This commit is contained in:
BioArchLinuxBot 2022-01-18 14:35:14 +00:00
parent be586df032
commit 603c54e11a

View file

@ -4,7 +4,7 @@
_pkgname=raster _pkgname=raster
_pkgver=3.5-11 _pkgver=3.5-11
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=3.5.11
pkgrel=1 pkgrel=1
pkgdesc='Geographic Data Analysis and Modeling' pkgdesc='Geographic Data Analysis and Modeling'
arch=('x86_64') arch=('x86_64')
@ -32,7 +32,7 @@ optdepends=(
r-tinytest r-tinytest
) )
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a') sha256sums=('e6c4823925260c65fe98585d7a0d47778616ae2e4eb1a1782b219580a9db61a3')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"