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 cf2b718dc572..b1e8ecd90154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DaMiRseq
-_pkgver=2.12.0
+_pkgver=2.16.0
pkgname=r-${_pkgname,,}
-pkgver=2.12.0
+pkgver=2.16.0
pkgrel=1
pkgdesc='Data Mining for RNA-seq data: normalization, feature selection and classification'
arch=('any')
@@ -43,7 +43,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f4a3eed590e43fd86d33aad6b4bef4681855787884fd52735a19e69d85811fe8')
+sha256sums=('21509c018182d5918c31802a3e29d0b8d32dadd4c6f3c791034528b8e46c3109')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"