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 e38f26a96cc1..0305e7bdda9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ASICS
-_pkgver=2.18.1
+_pkgver=2.20.0
pkgname=r-${_pkgname,,}
-pkgver=2.18.1
+pkgver=2.20.0
pkgrel=1
pkgdesc='Automatic Statistical Identification in Complex Spectra'
arch=('any')
@@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ab6b01a6ae684f7ea8335b59c5197706f3519bd0ea23c95075d550209e36316a')
+sha256sums=('049b98d8cbff3c55a571f87350f3424512051fe8f10e526d9aa9c3b86a3f1cd3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"