summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-31 00:06:45 +0000
committerBioArchLinuxBot2024-05-31 00:06:45 +0000
commitd41e8ca161c3e3587e8c74edb9534670a6eadcec (patch)
tree77d8552d3e42835c3ebd0ce638eeaf314c5b7c1c
parent0ce426f668e4af3130c3b843d975a7901cad39c0 (diff)
downloadaur-d41e8ca161c3e3587e8c74edb9534670a6eadcec.tar.gz
[lilac] updated to 3.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c0ab786baf1..60709adcc60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-dmrcate
pkgdesc = Methylation array and sequencing spatial analysis methods
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://bioconductor.org/packages/DMRcate
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-dmrcate
optdepends = r-knitr
optdepends = r-runit
optdepends = r-tissuetreg
- source = https://bioconductor.org/packages/release/bioc/src/contrib/DMRcate_3.0.0.tar.gz
- sha256sums = 519091c84ab7e73c28ca55d99185c7ce603ee8a50c7fa731325d430699b903e9
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/DMRcate_3.0.1.tar.gz
+ sha256sums = e59e492879a22e4029ad293246a8e1ac78297dfe9605d0c5009161365b912b24
pkgname = r-dmrcate
diff --git a/PKGBUILD b/PKGBUILD
index c0cc0f9e0475..9f2050dc281b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DMRcate
-_pkgver=3.0.0
+_pkgver=3.0.1
pkgname=r-${_pkgname,,}
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc='Methylation array and sequencing spatial analysis methods'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-tissuetreg
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('519091c84ab7e73c28ca55d99185c7ce603ee8a50c7fa731325d430699b903e9')
+sha256sums=('e59e492879a22e4029ad293246a8e1ac78297dfe9605d0c5009161365b912b24')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"