diff --git a/BioArchLinux/r-seqgsea/PKGBUILD b/BioArchLinux/r-seqgsea/PKGBUILD index c4ac2a9c22..12aa98de9b 100644 --- a/BioArchLinux/r-seqgsea/PKGBUILD +++ b/BioArchLinux/r-seqgsea/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang _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}"