r-dmrseq: auto updated to 1.20.1-1

This commit is contained in:
BioArchLinuxBot 2023-08-11 18:09:31 +00:00
parent 14119d99c5
commit 59511c7df8

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dmrseq
_pkgver=1.20.0
_pkgver=1.20.1
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.20.1
pkgrel=1
pkgdesc='Detection and inference of differentially methylated regions from Whole Genome Bisulfite Sequencing'
arch=('any')
@ -34,7 +34,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('4a4a8cae4a7a1862403aadf637f24422ecf792ddfc138b89d521f6ba711b42f6')
sha256sums=('00098690029058396e7f35481333b26a8c38d752d98a7564bbb60be25f8eb9d3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"