summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:59:15 +0000
committerBioArchLinuxBot2022-11-02 22:59:15 +0000
commit88981ab151fe984904cc23b80b3bcf097326924d (patch)
tree16db53a5c2a13b09d16fe36a05554ba08666bde4 /PKGBUILD
parent82279db78382c2c05206d7402d0d66fb88f4e4bc (diff)
downloadaur-88981ab151fe984904cc23b80b3bcf097326924d.tar.gz
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31284a9ebf28..9442ed61e09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=clst
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='Classification by local similarity threshold'
arch=('any')
@@ -17,7 +17,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a510afcd9e39858a542103ba01cd6c4fd0c6074d276a3445fb20cc6ce034b96a')
+sha256sums=('0ff2f02fc240bfef4c20a9aa25d42b316e628926080222d6e1986a89ceadc939')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"