summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 04:44:49 +0000
committerBioArchLinuxBot2023-04-27 04:44:49 +0000
commitbf58c5ee79f48ec0a1f51f9096f71523383271c5 (patch)
tree5d8af921f30d722e02f2900b2be68fd088d475a9 /PKGBUILD
parent88981ab151fe984904cc23b80b3bcf097326924d (diff)
downloadaur-bf58c5ee79f48ec0a1f51f9096f71523383271c5.tar.gz
[lilac] updated to 1.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9442ed61e09e..58e475e45541 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=clst
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.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=('0ff2f02fc240bfef4c20a9aa25d42b316e628926080222d6e1986a89ceadc939')
+sha256sums=('5fd72fff602accabcd01266877eab9a8f4ac999f45e41c458d26cabcd0ce0f1d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"