summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 03:03:28 +0000
committerBioArchLinuxBot2023-10-26 03:03:28 +0000
commit2a65aad8651aebd8f1c2b458f2f8d389a44daadc (patch)
tree385539119373db8c28fe94be23326a3129f87018 /PKGBUILD
parent89654a16c6076ba52e998665b7660e33373f5c42 (diff)
downloadaur-r-methtargetedngs.tar.gz
[lilac] updated to 1.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7abac8534cbd..3084db0bb5ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MethTargetedNGS
-_pkgver=1.32.0
+_pkgver=1.34.0
pkgname=r-${_pkgname,,}
-pkgver=1.32.0
+pkgver=1.34.0
pkgrel=1
pkgdesc='Perform Methylation Analysis on Next Generation Sequencing Data'
arch=('any')
@@ -19,7 +19,7 @@ depends=(
hmmer
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('23eb9dadbe74065e08d0cf7538b82879b3defd6ea7ce2df2ffe29aeed03fd417')
+sha256sums=('8cef3643e99f5f79706f68d542e73be6a964649f7b382c66e9b8f08be3fd4817')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"