summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 18:59:58 +0000
committerBioArchLinuxBot2024-05-01 18:59:58 +0000
commit631425acf0ddd74883313c67409f3ed10941ff32 (patch)
tree9d28e77a8508e908103cef5fd7f1cb44d781cb34 /PKGBUILD
parent6bcaaff2ce095558b41d2a969ac0693ec1260a18 (diff)
downloadaur-r-methylmnm.tar.gz
[lilac] updated to 1.42.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f697a084b756..f4c42bf42c0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylMnM
-_pkgver=1.40.0
+_pkgver=1.42.0
pkgname=r-${_pkgname,,}
-pkgver=1.40.0
+pkgver=1.42.0
pkgrel=1
pkgdesc='detect different methylation level (DMR)'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=(
r-statmod
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d86ac70b1e8174ba06f3c6d4aa2e39454ae8f3605654affa3a9a71b45b377659')
+sha256sums=('f9261c926e24341a9c2312029379668189cd8e3e777687698ea5e41ff6603538')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"