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 8a99614017eb..f192602b31fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CAMERA
-_pkgver=1.56.0
+_pkgver=1.60.0
pkgname=r-${_pkgname,,}
-pkgver=1.56.0
+pkgver=1.60.0
pkgrel=1
pkgdesc='Collection of annotation related methods for mass spectrometry data'
arch=('x86_64')
@@ -26,7 +26,7 @@ optdepends=(
r-snow
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('9e563eef91afcf735b9fb1d37a82e02005f3e45175c0b00aee234b074a2a57ab')
+sha256sums=('843476e9fd99a06444f8ba8d1a00bc76357cc96aec6431672fabfd7da28391f1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"