mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-primme: auto updated to 3.2.5-1
This commit is contained in:
parent
0f8c656104
commit
43c728609a
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||||
|
|
||||||
_pkgname=PRIMME
|
_pkgname=PRIMME
|
||||||
_pkgver=3.2-4
|
_pkgver=3.2-5
|
||||||
pkgname=r-${_pkgname,,}
|
pkgname=r-${_pkgname,,}
|
||||||
pkgver=3.2.4
|
pkgver=3.2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Eigenvalues and Singular Values and Vectors from Large Matrices'
|
pkgdesc='Eigenvalues and Singular Values and Vectors from Large Matrices'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -19,7 +19,7 @@ optdepends=(
|
||||||
r-matrix
|
r-matrix
|
||||||
)
|
)
|
||||||
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=('dbfdacd2ba2329e40db6cecbbb4bab6552850ffd1875e1ff081caa65bf4eaba3')
|
sha256sums=('1ce452cadf3e56ec4ed5890bb7ab74189c9a5846adefbaab90491a058e908d07')
|
||||||
|
|
||||||
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