summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-25 05:27:48 +0000
committerBioArchLinuxBot2022-12-25 05:27:48 +0000
commitec4bf847e32067ee2c72e23993a40a021d255bb7 (patch)
treee4d26f157c79ff1d461341e193a47f4728b0562f
parentc9499f1c6547fe6a417cf058fa03465e3c1508b9 (diff)
downloadaur-ec4bf847e32067ee2c72e23993a40a021d255bb7.tar.gz
[lilac] updated to 1.8.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05169a86765..5c2a5d2bde27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-recountmethylation
pkgdesc = Access and analyze DNA methylation database compilations
- pkgver = 1.8.0
+ pkgver = 1.8.3
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.8.0.tar.gz
- sha256sums = f373878a8f3ac6846f8bf6504343d14ae725d41760b1cf0e383598a637bcea0f
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/recountmethylation_1.8.3.tar.gz
+ sha256sums = 788aa485944c9e6c903932c88d156974d3239ac80b0cd057247fe9c65191ac13
pkgname = r-recountmethylation
diff --git a/PKGBUILD b/PKGBUILD
index 2fd38384ae95..cc0116405a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=recountmethylation
-_pkgver=1.8.0
+_pkgver=1.8.3
pkgname=r-${_pkgname,,}
-pkgver=1.8.0
+pkgver=1.8.3
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=('f373878a8f3ac6846f8bf6504343d14ae725d41760b1cf0e383598a637bcea0f')
+sha256sums=('788aa485944c9e6c903932c88d156974d3239ac80b0cd057247fe9c65191ac13')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"