r-epidish: auto updated to 2.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-13 12:12:03 +08:00
parent 506716db4e
commit aa5c24c835

View file

@ -3,7 +3,7 @@
_pkgname=EpiDISH
_pkgver=2.10.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.10.0
pkgrel=1
pkgdesc='Epigenetic Dissection of Intra-Sample-Heterogeneity'
arch=('any')
@ -27,7 +27,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('008bda5e8aa3e8779cce798fee058a5c541a322fa909c0f70d0d10e6e0781ebb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"