mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-spatialtools: auto updated to 1.0.5-1
This commit is contained in:
parent
fd259c45a9
commit
cd23484e9f
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=SpatialTools
|
||||
_pkgver=1.0.4
|
||||
_pkgver=1.0.5
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.0.4
|
||||
pkgrel=6
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Spatial Data Analysis'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=(
|
|||
r-spbayes
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('3828fba9296bf4159d771c938ff12c972b943d663ef862368c9b4ed1f5cfeb49')
|
||||
sha256sums=('f3c482c0da57fab34f26c786798a57f35d920b98fe4e51a562d4184f66e043cd')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue