summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64f35b8204bc..be59ca7f8629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-damirseq
pkgdesc = Data Mining for RNA-seq data: normalization, feature selection and classification
- pkgver = 2.12.0
+ pkgver = 2.14.0
pkgrel = 1
url = https://bioconductor.org/packages/DaMiRseq
arch = any
@@ -34,7 +34,7 @@ pkgbase = r-damirseq
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DaMiRseq_2.12.0.tar.gz
- sha256sums = f4a3eed590e43fd86d33aad6b4bef4681855787884fd52735a19e69d85811fe8
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DaMiRseq_2.14.0.tar.gz
+ sha256sums = 68dc5988e17c84f2e1e6e1b56c2735c4e4e804768f6825d56f221d2777a63ad7
pkgname = r-damirseq
diff --git a/PKGBUILD b/PKGBUILD
index cf2b718dc572..aa4f1864a869 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.14.0
pkgname=r-${_pkgname,,}
-pkgver=2.12.0
+pkgver=2.14.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=('68dc5988e17c84f2e1e6e1b56c2735c4e4e804768f6825d56f221d2777a63ad7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"