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 bf2e737876fb..16d03220c5da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-methylsig
pkgdesc = MethylSig: Differential Methylation Testing for WGBS and RRBS Data
- pkgver = 1.18.0
+ pkgver = 1.20.0
pkgrel = 1
url = https://bioconductor.org/packages/methylSig
arch = any
@@ -20,7 +20,7 @@ pkgbase = r-methylsig
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/methylSig_1.18.0.tar.gz
- sha256sums = 032b9fb46b0ac2717f4eb0bd0d6ea451414d6b4c7150317631c7fa4c971f4439
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/methylSig_1.20.0.tar.gz
+ sha256sums = e177e045a16fc48466cfaa936cd4fe83be98da6417d7139c49554caab373bad9
pkgname = r-methylsig
diff --git a/PKGBUILD b/PKGBUILD
index 61b0a6d17c0b..388f177e068a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylSig
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.0
pkgrel=1
pkgdesc='MethylSig: Differential Methylation Testing for WGBS and RRBS Data'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('032b9fb46b0ac2717f4eb0bd0d6ea451414d6b4c7150317631c7fa4c971f4439')
+sha256sums=('e177e045a16fc48466cfaa936cd4fe83be98da6417d7139c49554caab373bad9')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"