summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 382166a40726..094fd0d7aea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CluMSID
-_pkgver=1.16.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='Clustering of MS2 Spectra for Metabolite Identification'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-xcms
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f48a56c937151f3b708cd4ebfc649d9e56db314d13ab86f0ea1a4e75580541dc')
+sha256sums=('0e738f769e7a4b094ca3a6841a16225961fc4fe5de29a991e41f8afea14bc70b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"