diff options
author | BioArchLinuxBot | 2024-05-02 18:50:02 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2024-05-02 18:50:02 +0000 |
commit | 8ce5cd6182725a4d71adefd2ffe43a53ec37878e (patch) | |
tree | e7f04c51a036d66b42b59b3b164bc72884bea9b0 | |
parent | e046a55c5e3cdd2bc1b174ecfd7e1432756d81c6 (diff) | |
download | aur-8ce5cd6182725a4d71adefd2ffe43a53ec37878e.tar.gz |
[lilac] updated to 1.4.0-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = r-tdbasedufe pkgdesc = Tensor Decomposition Based Unsupervised Feature Extraction - pkgver = 1.2.0 - pkgrel = 3 + pkgver = 1.4.0 + pkgrel = 1 url = https://bioconductor.org/packages/TDbasedUFE arch = any license = GPL-3.0-only @@ -17,8 +17,8 @@ pkgbase = r-tdbasedufe optdepends = r-knitr optdepends = r-rmarkdown optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/TDbasedUFE_1.2.0.tar.gz - md5sums = 5557e1128d1d6ffab09670bf90b8947c - b2sums = d9ae98424783312fae3a3a0478537586868afb71efca70f36377e955f9cffa8caf032273ffc8225396bcf0f1d8003e5faa6ff2c10bbf83908f1dae2195082cf3 + source = https://bioconductor.org/packages/release/bioc/src/contrib/TDbasedUFE_1.4.0.tar.gz + md5sums = 7e49fdb3172f1902dd3a8643919ad810 + b2sums = 7f55f7f7c35fa67baedf6ab3485a759046e3e89a6cb94d2827d57accfacd9c981b53b96ac978cb702f4a623e0c84572e741c7feb2e8cc0808703225cd18ed2d8 pkgname = r-tdbasedufe @@ -1,10 +1,10 @@ # Maintainer: Pekka Ristola <pekkarr [at] protonmail [dot] com> _pkgname=TDbasedUFE -_pkgver=1.2.0 +_pkgver=1.4.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} -pkgrel=3 +pkgrel=1 pkgdesc="Tensor Decomposition Based Unsupervised Feature Extraction" arch=(any) url="https://bioconductor.org/packages/$_pkgname" @@ -28,8 +28,8 @@ optdepends=( r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -md5sums=('5557e1128d1d6ffab09670bf90b8947c') -b2sums=('d9ae98424783312fae3a3a0478537586868afb71efca70f36377e955f9cffa8caf032273ffc8225396bcf0f1d8003e5faa6ff2c10bbf83908f1dae2195082cf3') +md5sums=('7e49fdb3172f1902dd3a8643919ad810') +b2sums=('7f55f7f7c35fa67baedf6ab3485a759046e3e89a6cb94d2827d57accfacd9c981b53b96ac978cb702f4a623e0c84572e741c7feb2e8cc0808703225cd18ed2d8') build() { mkdir build |