summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-13 18:03:43 +0000
committerBioArchLinuxBot2023-06-13 18:03:43 +0000
commita3a6af65459f84c4f1c21a1c98180546a8303800 (patch)
tree8e368dc00ec574631089be3a8e211bec4e42264e /PKGBUILD
parent7e2d8281fbc87010f2e39a3af6c4ab8d7a2f96c5 (diff)
downloadaur-a3a6af65459f84c4f1c21a1c98180546a8303800.tar.gz
[lilac] updated to 1.34.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e18d4942e86..493e32791c33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylPipe
-_pkgver=1.33.1
+_pkgver=1.34.1
pkgname=r-${_pkgname,,}
-pkgver=1.33.1
+pkgver=1.34.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=('bd4c678a9bc6980ff7d8112011c3a9685b527217c154d2c5425301a7917c20b7')
+sha256sums=('cdf07c8bcf62496df85470bf2bfada59fdf82fa0771cd139ef01b792308a4884')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"