mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-spatstat.sparse: auto updated to 3.0.0-1
This commit is contained in:
parent
521d874edc
commit
a13f76549c
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=spatstat.sparse
|
||||
_pkgver=2.1-1
|
||||
_pkgver=3.0-0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=2.1.1
|
||||
pkgrel=8
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='Sparse Three-Dimensional Arrays and Linear Algebra Utilities'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -16,7 +16,7 @@ depends=(
|
|||
r-tensor
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9a35ad69715b767b3ae60b02dce05ccf108fcccdf95bbc8f7d02557bcbde7303')
|
||||
sha256sums=('99be0a3c7592760fdf1668dc0811f75ed91c400390d1ecc3d5e643255f501ad2')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue