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 38be4b621b80..e59960871e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DaMiRseq
-_pkgver=2.8.0
+_pkgver=2.10.0
pkgname=r-${_pkgname,,}
-pkgver=2.8.0
+pkgver=2.10.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=('2fa0c4cbc03a3ee01c8d0b75d203722f2b6d242f2c1353395f08ae835844d2d3')
+sha256sums=('7e8046431be38c95c8c038df50e0ac3a17e80b81f309960bc092626d6eca1783')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"