r-ancombc: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 22:43:44 +00:00
parent 80796fbea1
commit 43e9767dd6

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ANCOMBC
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgver=1.6.0
pkgrel=1
pkgdesc='Analysis of compositions of microbiomes with bias correction'
arch=('any')
@ -26,7 +26,7 @@ optdepends=(
r-tidyverse
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('90586ba21154a4ac4d99e95c58ad59708d41567a76dfd0d8bdfffac6857f7984')
sha256sums=('30f3f26ff42769cc67585bb07a4d7d624c2febc143c485741847701ccc88dfa3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"