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 1ddeec2cb8e3..d33fcadb4e8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-recountmethylation
pkgdesc = Access and analyze DNA methylation database compilations
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/recountmethylation
arch = any
@@ -28,7 +28,7 @@ pkgbase = r-recountmethylation
optdepends = r-minfidataepic
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.12.0.tar.gz
- sha256sums = 141d3a3dc74aa44398c214398c25b39fe74efb06e0844d370e9bef60531567ff
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.14.0.tar.gz
+ sha256sums = 5422fc5c88c6e3985c901a795465662ac75eaf7f9029b1f3e3b205683e0b7731
pkgname = r-recountmethylation
diff --git a/PKGBUILD b/PKGBUILD
index 8332760814de..609ebb4c4be7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recountmethylation
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Access and analyze DNA methylation database compilations'
arch=('any')
@@ -37,7 +37,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('141d3a3dc74aa44398c214398c25b39fe74efb06e0844d370e9bef60531567ff')
+sha256sums=('5422fc5c88c6e3985c901a795465662ac75eaf7f9029b1f3e3b205683e0b7731')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"