r-microbiomedasim: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-08 13:35:37 +00:00
parent ee968781a8
commit 14d653eb91

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=microbiomeDASim
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgver=1.10.0
pkgrel=1
pkgdesc='Microbiome Differential Abundance Simulation'
arch=('any')
@ -25,7 +25,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('d6d292e7abbdd8e821df19e3fc10446ba74c9396b77157be9b54985d32b7743c')
sha256sums=('52e9fa813685aa88f34dd65320eb022af23fecb1feaeae1513fd32d461449216')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"