mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-gstat: auto updated to 2.1.0-1
This commit is contained in:
parent
a0c38fe41e
commit
31b06fbcc2
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=gstat
|
_pkgname=gstat
|
||||||
_pkgver=2.0-9
|
_pkgver=2.1-0
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=2.0.9
|
pkgver=2.1.0
|
||||||
pkgrel=4
|
pkgrel=1
|
||||||
pkgdesc='Spatial and Spatio-Temporal Geostatistical Modelling, Prediction and Simulation'
|
pkgdesc='Spatial and Spatio-Temporal Geostatistical Modelling, Prediction and Simulation'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://cran.r-project.org/package=${_pkgname}"
|
url="https://cran.r-project.org/package=${_pkgname}"
|
||||||
|
@ -32,7 +32,7 @@ optdepends=(
|
||||||
r-xts
|
r-xts
|
||||||
)
|
)
|
||||||
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=('122c032c2e15388496853597ebcb5664e76cda96b164e9917ee66d1c24fba4a6')
|
sha256sums=('57a6eb46fa601f159ace1e56ebe8928d210a62d85552a4eb5a5ca4ada48f2d6f')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue