summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 22:59:15 +0000
committerBioArchLinuxBot2022-11-02 22:59:15 +0000
commit88981ab151fe984904cc23b80b3bcf097326924d (patch)
tree16db53a5c2a13b09d16fe36a05554ba08666bde4
parent82279db78382c2c05206d7402d0d66fb88f4e4bc (diff)
downloadaur-88981ab151fe984904cc23b80b3bcf097326924d.tar.gz
[lilac] updated to 1.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbcf5b9c0cda..c773ec906287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-clst
pkgdesc = Classification by local similarity threshold
- pkgver = 1.44.0
+ pkgver = 1.46.0
pkgrel = 1
url = https://bioconductor.org/packages/clst
arch = any
@@ -8,7 +8,7 @@ pkgbase = r-clst
depends = r
depends = r-roc
optdepends = r-runit
- source = https://bioconductor.org/packages/release/bioc/src/contrib/clst_1.44.0.tar.gz
- sha256sums = a510afcd9e39858a542103ba01cd6c4fd0c6074d276a3445fb20cc6ce034b96a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/clst_1.46.0.tar.gz
+ sha256sums = 0ff2f02fc240bfef4c20a9aa25d42b316e628926080222d6e1986a89ceadc939
pkgname = r-clst
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}"