mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nntensor: auto updated to 1.1.13-1
This commit is contained in:
parent
8b0e9a300c
commit
8690eedea3
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
|
||||
|
||||
_pkgname=nnTensor
|
||||
_pkgver=1.1.12
|
||||
_pkgver=1.1.13
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.1.12
|
||||
pkgrel=3
|
||||
pkgver=1.1.13
|
||||
pkgrel=1
|
||||
pkgdesc='Non-Negative Tensor Decomposition'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -23,7 +23,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('412655b028128610da5b2da89a2aae8519255fb4dbef2263608b228682f478ba')
|
||||
sha256sums=('b69c8f186d9d7696a3c538ee5a129b69c06ab944703dc73329ec5fa08351a2f7')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue