r-mosaics: auto updated to 2.42.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-02 23:44:32 +00:00
parent 6f7963bc56
commit 27b7fc4048

View file

@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mosaics
_pkgver=2.40.0
_pkgver=2.42.0
pkgname=r-${_pkgname,,}
pkgver=2.40.0
pkgrel=2
pkgver=2.42.0
pkgrel=1
pkgdesc='MOSAiCS (MOdel-based one and two Sample Analysis and Inference for ChIP-Seq)'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@ -26,7 +26,7 @@ optdepends=(
r-parallel
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('059be9cc10690f42bd5031aa17f05a9db0f6d0f1163e6eaf76b63979787225ea')
sha256sums=('b2d1a98f602bd422e8cf295a44b0beefe949729ee627f3957f9f5bf4c3e70b00')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"