r-methylseekr: auto updated to 1.44.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-03 12:29:27 +00:00
parent 1a4087c96d
commit a093b0a49d

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MethylSeekR
_pkgver=1.42.0
_pkgver=1.44.0
pkgname=r-${_pkgname,,}
pkgver=1.42.0
pkgrel=2
pkgver=1.44.0
pkgrel=1
pkgdesc='Segmentation of Bis-seq data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -22,7 +22,7 @@ optdepends=(
r-bsgenome.hsapiens.ucsc.hg18
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('eeb5fe4f96fecae75a0197044c8ee1ea493efd0ab68dfa15236971753e56517f')
sha256sums=('a5fdcbc6a41e787839a54c5a293b6031a2876b244f42d2c9b946905f1aa86381')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"