r-enrichmentbrowser: auto updated to 2.36.0-1

This commit is contained in:
BioArchLinuxBot 2024-12-15 18:57:54 +00:00
parent c5efaeb8e9
commit ce97665d08

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EnrichmentBrowser _pkgname=EnrichmentBrowser
_pkgver=2.34.1 _pkgver=2.36.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=2.34.1 pkgver=2.36.0
pkgrel=1 pkgrel=1
pkgdesc='Seamless navigation through combined results of set-based and network-based enrichment analysis' pkgdesc='Seamless navigation through combined results of set-based and network-based enrichment analysis'
arch=('any') arch=('any')
@ -46,7 +46,7 @@ optdepends=(
r-statmod r-statmod
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('78a435706ef8da35ad56b69402a5ea7cbacbd7ccaaec6d4c71de3bf1436e35b7') sha256sums=('1ffb7b18561a7f1c6ddefb16b81e6c813c662b253f602af79ad86e9ceb7c4d28')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"