r-normalyzerde: auto updated to 1.14.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:19:56 +00:00
parent c6a5abbd3a
commit 304b52cdbd

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=NormalyzerDE _pkgname=NormalyzerDE
_pkgver=1.12.0 _pkgver=1.14.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.12.0 pkgver=1.14.0
pkgrel=1 pkgrel=1
pkgdesc='Evaluation of normalization methods and calculation of differential expression analysis statistics' pkgdesc='Evaluation of normalization methods and calculation of differential expression analysis statistics'
arch=('any') arch=('any')
@ -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=('31a52908a8832777177a59eb44588eee42fac8befb4891070ad01b38728c1765') sha256sums=('48f7586346771c05537cf15dd3a1b34c125c89d043c2b09e2fa8995eeddbe58f')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"