mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-matrixmodels: auto updated to 0.5.1-1
This commit is contained in:
parent
ce0ad0649e
commit
2d4f36d238
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=MatrixModels
|
||||
_pkgver=0.5-0
|
||||
_pkgver=0.5-1
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.5.0
|
||||
pkgrel=9
|
||||
pkgver=0.5.1
|
||||
pkgrel=1
|
||||
pkgdesc='Modelling with Sparse and Dense Matrices'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -13,7 +13,7 @@ depends=(
|
|||
r
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('a87faf1a185219f79ea2307e6787d293e1d30bf3af9398e8cfe1e079978946ed')
|
||||
sha256sums=('3fc55bdfa5ab40c75bf395e90983d14c9715078c33c727c1658e4e1f36e43ea9')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue