summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 22:20:08 +0000
committerBioArchLinuxBot2022-11-03 22:20:08 +0000
commitc9499f1c6547fe6a417cf058fa03465e3c1508b9 (patch)
tree86798ac44fd5b113c72d51ec3981506511eaeb9c
parent179fd88033f5d93fad46893a3c9a4c7593814ffc (diff)
downloadaur-c9499f1c6547fe6a417cf058fa03465e3c1508b9.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e8917d5db1..e05169a86765 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-recountmethylation
pkgdesc = Access and analyze DNA methylation database compilations
- pkgver = 1.6.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://bioconductor.org/packages/recountmethylation
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-recountmethylation
optdepends = r-limma
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.6.1.tar.gz
- sha256sums = b1944639f86647d9bce9842b5a06a3e9d3696e21f02c2fc3d7b26d806d15a8cc
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.8.0.tar.gz
+ sha256sums = f373878a8f3ac6846f8bf6504343d14ae725d41760b1cf0e383598a637bcea0f
pkgname = r-recountmethylation
diff --git a/PKGBUILD b/PKGBUILD
index ecc8aaf5e9b6..2fd38384ae95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recountmethylation
-_pkgver=1.6.1
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.1
+pkgver=1.8.0
pkgrel=1
pkgdesc='Access and analyze DNA methylation database compilations'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b1944639f86647d9bce9842b5a06a3e9d3696e21f02c2fc3d7b26d806d15a8cc')
+sha256sums=('f373878a8f3ac6846f8bf6504343d14ae725d41760b1cf0e383598a637bcea0f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"