r-qusage: auto updated to 2.30.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 04:08:34 +00:00
parent 28364e4934
commit 96d4aa3252

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=qusage
_pkgver=2.28.0
_pkgver=2.30.0
pkgname=r-${_pkgname,,}
pkgver=2.28.0
pkgver=2.30.0
pkgrel=1
pkgdesc='qusage: Quantitative Set Analysis for Gene Expression'
arch=('any')
@ -17,7 +17,7 @@ depends=(
r-limma
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9fe9a19313c54d544544c1298f3c57ba4b740bfe31c6257b7182cfd427ba6669')
sha256sums=('4160708f7132d3c41eaa988cf83575d873a65ad7804e571306aca0743c824c52')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"