summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 23:31:32 +0000
committerBioArchLinuxBot2023-04-27 23:31:32 +0000
commit7e2d8281fbc87010f2e39a3af6c4ab8d7a2f96c5 (patch)
treecc8583499e1c017f5af5e154f52e99081474faeb
parentbd41ba41240cee839b0e6455cb6457f377873e06 (diff)
downloadaur-7e2d8281fbc87010f2e39a3af6c4ab8d7a2f96c5.tar.gz
[lilac] updated to 1.33.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654fe0ea921c..4a98804e0168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-methylpipe
pkgdesc = Base resolution DNA methylation data analysis
- pkgver = 1.32.0
+ pkgver = 1.33.1
pkgrel = 1
url = https://bioconductor.org/packages/methylPipe
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = r-methylpipe
optdepends = r-knitr
optdepends = r-methylseekr
optdepends = r-txdb.hsapiens.ucsc.hg18.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/methylPipe_1.32.0.tar.gz
- sha256sums = d77fa76dac74b0c57e383260a077413bbfb87ac00791addd45f3b95afc7046fd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/methylPipe_1.33.1.tar.gz
+ sha256sums = bd4c678a9bc6980ff7d8112011c3a9685b527217c154d2c5425301a7917c20b7
pkgname = r-methylpipe
diff --git a/PKGBUILD b/PKGBUILD
index 29a972b3885c..4e18d4942e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylPipe
-_pkgver=1.32.0
+_pkgver=1.33.1
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.33.1
pkgrel=1
pkgdesc='Base resolution DNA methylation data analysis'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg18.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d77fa76dac74b0c57e383260a077413bbfb87ac00791addd45f3b95afc7046fd')
+sha256sums=('bd4c678a9bc6980ff7d8112011c3a9685b527217c154d2c5425301a7917c20b7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"