r-rgsea: auto updated to 1.30.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:53:18 +00:00
parent 27bb7fa018
commit af9550657f

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=RGSEA
_pkgver=1.28.0
_pkgver=1.30.0
pkgname=r-${_pkgname,,}
pkgver=1.28.0
pkgrel=2
pkgver=1.30.0
pkgrel=1
pkgdesc='Random Gene Set Enrichment Analysis'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -20,7 +20,7 @@ optdepends=(
r-runit
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('09297d918dd803c3e37129f133d275586e959033fd562333c581a96bc79b68af')
sha256sums=('3857a3ac1e8cf9a6eb87b757600688c367939a4404aa24a6578915715c77035c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"