summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-27 13:31:41 +0000
committerBioArchLinuxBot2023-10-27 13:31:41 +0000
commit02283d073dfdbdb78db17d0658ed72220a759a44 (patch)
treebc83ca40d42e198fb2f0e9937f509405c4140064
parent61cf37c42bd4b41917965cf7bbe6a1d897a51825 (diff)
downloadaur-02283d073dfdbdb78db17d0658ed72220a759a44.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 132fc6ad272f..1ddeec2cb8e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-recountmethylation
pkgdesc = Access and analyze DNA methylation database compilations
- pkgver = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/recountmethylation
arch = any
@@ -25,9 +25,10 @@ pkgbase = r-recountmethylation
optdepends = r-knitr
optdepends = r-limma
optdepends = r-minfidata
+ optdepends = r-minfidataepic
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.10.0.tar.gz
- sha256sums = 3cfa280f0437f0e93fc6c831b845b71fbb671c39bc4e3ef9b391ec9a5b073745
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.12.0.tar.gz
+ sha256sums = 141d3a3dc74aa44398c214398c25b39fe74efb06e0844d370e9bef60531567ff
pkgname = r-recountmethylation
diff --git a/PKGBUILD b/PKGBUILD
index 4ce6be06022f..8332760814de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recountmethylation
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Access and analyze DNA methylation database compilations'
arch=('any')
@@ -32,11 +32,12 @@ optdepends=(
r-knitr
r-limma
r-minfidata
+ r-minfidataepic
r-rmarkdown
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3cfa280f0437f0e93fc6c831b845b71fbb671c39bc4e3ef9b391ec9a5b073745')
+sha256sums=('141d3a3dc74aa44398c214398c25b39fe74efb06e0844d370e9bef60531567ff')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"