r-seqgsea: auto updated to 1.46.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-18 13:28:04 +00:00
parent d5fbc27fb4
commit 089060e918

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SeqGSEA
_pkgver=1.44.0
_pkgver=1.46.0
pkgname=r-${_pkgname,,}
pkgver=1.44.0
pkgver=1.46.0
pkgrel=1
pkgdesc='Gene Set Enrichment Analysis (GSEA) of RNA-Seq Data: integrating differential expression and splicing'
arch=('any')
@ -20,7 +20,7 @@ optdepends=(
r-genomicranges
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9e05d04bc700963cb251f4201af20c68de594a95b6a047aec530217163a1b95b')
sha256sums=('bd5073cc179b1f38cb530e4a280e58e61cdcc1ee9b2c35b0730dc6a3c9ac158e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"