r-methylcc: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 13:45:32 +00:00
parent 3a3af16889
commit 9c9e86197c

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=methylCC
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.0
pkgrel=1
pkgdesc='Estimate the cell composition of whole blood in DNA methylation samples'
arch=('any')
@ -37,7 +37,7 @@ optdepends=(
r-tidyr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('aec9eac52c962046c76d08b89b909ab0ba880a7538c8ce000da9c86f0b49b3a2')
sha256sums=('429390a250eac62acdb84a7621d3b1b3b7326363d89a9ce3adec10cf84e92f6a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"