mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-spatstat: auto updated to 3.3.1-1
This commit is contained in:
parent
a4b7fb8307
commit
f922c75750
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=spatstat
|
_pkgname=spatstat
|
||||||
_pkgver=3.3-0
|
_pkgver=3.3-1
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=3.3.0
|
pkgver=3.3.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests'
|
pkgdesc='Spatial Point Pattern Analysis, Model-Fitting, Simulation, Tests'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -20,7 +20,7 @@ depends=(
|
||||||
r-spatstat.utils
|
r-spatstat.utils
|
||||||
)
|
)
|
||||||
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=('7508ad4f6df4913f7772046949253d66b17d6293da15e14dc55e13db9fc527f7')
|
sha256sums=('7de065fd2841e63d175679ca34d349139986c8979da71e67d3db95ebf15ed926')
|
||||||
|
|
||||||
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