r-dmrscan: auto updated to 1.28.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 17:31:41 +00:00
parent 0a8fb5035e
commit 2c1028a971

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=DMRScan
_pkgver=1.26.0
_pkgver=1.28.0
pkgname=r-${_pkgname,,}
pkgver=1.26.0
pkgver=1.28.0
pkgrel=1
pkgdesc='Detection of Differentially Methylated Regions'
arch=('any')
@ -24,7 +24,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('e374ed23f475325fd9b61c92b0c6ca81c717edc72d48843c9e7a0e5b7f9fc848')
sha256sums=('e4624abfe7952b7846d88f4975e92dee037e3aecfea039e453153e53a5057cda')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"