summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-11-10 01:10:01 +0000
committerBioArchLinuxBot2024-11-10 01:10:01 +0000
commitd3920db60faa5c8fe3824eb5e13cf8d21e309a4a (patch)
tree411d86b0b92966a0b0cde9f2a16c28a6390af587 /PKGBUILD
parent660071d937481af3d7c0a408a337e8eaf49318c5 (diff)
downloadaur-r-methylseekr.tar.gz
[lilac] updated to 1.46.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 654606890889..07fb42628603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MethylSeekR
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.0
pkgrel=1
pkgdesc='Segmentation of Bis-seq data'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-bsgenome.hsapiens.ucsc.hg18
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a5fdcbc6a41e787839a54c5a293b6031a2876b244f42d2c9b946905f1aa86381')
+sha256sums=('59e8bd04e6bea759c6d57a69c902e995c8db7e6ed49f052a6deb825758445553')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"