r-qpcrnorm: auto updated to 1.54.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 04:54:57 +00:00
parent 4014297cb7
commit c6058155a8

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qpcrNorm
_pkgver=1.52.0
_pkgver=1.54.0
pkgname=r-${_pkgname,,}
pkgver=1.52.0
pkgrel=2
pkgver=1.54.0
pkgrel=1
pkgdesc='Data-driven normalization strategies for high-throughput qPCR data.'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -16,7 +16,7 @@ depends=(
r-limma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('493636ccfc01174d0f700abaf35fba6ae453315bb1a6f77b7a38546ada2c777d')
sha256sums=('b18fc0dd9b40349c7d77d5d399f37281209aad46d57c96f472593bea7ff5611a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"