mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
r-nntensor: auto updated to 1.3.0-1
This commit is contained in:
parent
42aec2bafd
commit
06bcfa91bd
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.2.0
|
||||
_pkgver=1.3.0
|
||||
pkgname=r-${_pkgname,,}
|
||||
pkgver=1.2.0
|
||||
pkgrel=4
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Non-Negative Tensor Decomposition'
|
||||
arch=('any')
|
||||
url="https://cran.r-project.org/package=${_pkgname}"
|
||||
|
@ -24,7 +24,7 @@ optdepends=(
|
|||
r-testthat
|
||||
)
|
||||
source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
|
||||
sha256sums=('9105a7c9ae648b6dd3f7c346573d5b16364c80a1ac2ffd32107c3b75c3c4deaa')
|
||||
sha256sums=('1331ebfcedb5e5873f537d552423061f9be4a7bfbb47d112d174408cd0197bce')
|
||||
|
||||
build() {
|
||||
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"
|
||||
|
|
Loading…
Add table
Reference in a new issue