mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nmf: auto updated to 0.24.0-1
This commit is contained in:
parent
6c26a94e74
commit
63b7bc8249
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=NMF
|
||||
_pkgver=0.23.0
|
||||
_pkgver=0.24.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=0.23.0
|
||||
pkgrel=2
|
||||
pkgver=0.24.0
|
||||
pkgrel=1
|
||||
pkgdesc='Algorithms and Framework for Nonnegative Matrix Factorization (NMF)'
|
||||
arch=('x86_64')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -40,7 +40,7 @@ optdepends=(
|
|||
r-xtable
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('0f0cca01b37bf46fce90d2e951df609d3d377908aa607825083fd0c47cc24753')
|
||||
sha256sums=('481811d35b3bbc07e9a60e2f853b05ef26581b43be9c6c4bab81151b8dcadd93')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue