summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 10:13:32 +0000
committerBioArchLinuxBot2023-04-27 10:13:32 +0000
commit1cae70a5349687736fc975cbdcf2f318fceb221b (patch)
tree9c326f175ecd4e555d333fb7a477724e34901903 /PKGBUILD
parent60f4f5e22e2b214767b895c532e342c46559aad2 (diff)
downloadaur-1cae70a5349687736fc975cbdcf2f318fceb221b.tar.gz
[lilac] updated to 1.16.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e10ee8611e1..382166a40726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CluMSID
-_pkgver=1.14.0
+_pkgver=1.16.0
pkgname=r-${_pkgname,,}
-pkgver=1.14.0
+pkgver=1.16.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=('49d92a87da5cf4098c252b59b3f417c38d57af61b0e684a543df2aff8595ea51')
+sha256sums=('f48a56c937151f3b708cd4ebfc649d9e56db314d13ab86f0ea1a4e75580541dc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"