summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 09:11:46 +0000
committerBioArchLinuxBot2023-04-29 09:11:46 +0000
commit61cf37c42bd4b41917965cf7bbe6a1d897a51825 (patch)
tree3d5a578081661d09bed5f12bf2017c796e58f5ea
parente7d85b20b694f89fa9fd1e6c7069e5c871089dc7 (diff)
downloadaur-61cf37c42bd4b41917965cf7bbe6a1d897a51825.tar.gz
[lilac] updated to 1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 035312cd9e36..132fc6ad272f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-recountmethylation
pkgdesc = Access and analyze DNA methylation database compilations
- pkgver = 1.8.6
+ pkgver = 1.10.0
pkgrel = 1
url = https://bioconductor.org/packages/recountmethylation
arch = any
@@ -27,7 +27,7 @@ pkgbase = r-recountmethylation
optdepends = r-minfidata
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.8.6.tar.gz
- sha256sums = 1677f4f64ff60636147b40a12675e076199cd281601d5f658a5c0e7c89d82adb
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.10.0.tar.gz
+ sha256sums = 3cfa280f0437f0e93fc6c831b845b71fbb671c39bc4e3ef9b391ec9a5b073745
pkgname = r-recountmethylation
diff --git a/PKGBUILD b/PKGBUILD
index ead4c16086d9..4ce6be06022f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recountmethylation
-_pkgver=1.8.6
+_pkgver=1.10.0
pkgname=r-${_pkgname,,}
-pkgver=1.8.6
+pkgver=1.10.0
pkgrel=1
pkgdesc='Access and analyze DNA methylation database compilations'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('1677f4f64ff60636147b40a12675e076199cd281601d5f658a5c0e7c89d82adb')
+sha256sums=('3cfa280f0437f0e93fc6c831b845b71fbb671c39bc4e3ef9b391ec9a5b073745')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"