r-qvalue: auto updated to 2.26.0-1

This commit is contained in:
BioArchLinuxBot 2022-01-27 21:32:03 +00:00
parent 3f87ce54a5
commit 62681521c6

View file

@ -3,7 +3,7 @@
_pkgname=qvalue
_pkgver=2.26.0
pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.}
pkgver=2.26.0
pkgrel=1
pkgdesc='Q-value estimation for false discovery rate control'
arch=('any')
@ -18,7 +18,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('a')
sha256sums=('6804cb61cedf07358883cae09016e86e15f2390d8d94974fd78e266471c5c2d6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"