r-mixomics: auto updated to 6.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 03:16:22 +00:00
parent a64287cdb1
commit 17bf7c8865

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mixOmics _pkgname=mixOmics
_pkgver=6.18.1 _pkgver=6.20.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=6.18.1 pkgver=6.20.0
pkgrel=2 pkgrel=1
pkgdesc='Omics Data Integration Project' pkgdesc='Omics Data Integration Project'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -33,7 +33,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('2e518c8e921d1f1fa21eacdc178ae3f7a1c65a93503631494d3e2f416d9efaf2') sha256sums=('871f11604dd4e1923fc107a4c3df083ff41b8feb7332f765940bc8ec0e178c3b')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"