summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-08 00:04:07 +0000
committerBioArchLinuxBot2024-05-08 00:04:07 +0000
commit524a00ae7c63c074f89d2aeb2fdda1b76e25a2bf (patch)
tree7a6fbc743a03743458332c96fee4c905b6a21a0b
parentae93e7dda06f97d9a07b5e289fef5a2e2e45ce28 (diff)
downloadaur-r-enrichmentbrowser.tar.gz
[lilac] updated to 2.34.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bfe839e6bc6..874dbf7bcaef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-enrichmentbrowser
pkgdesc = Seamless navigation through combined results of set-based and network-based enrichment analysis
- pkgver = 2.34.0
+ pkgver = 2.34.1
pkgrel = 1
url = https://bioconductor.org/packages/EnrichmentBrowser
arch = any
@@ -37,7 +37,7 @@ pkgbase = r-enrichmentbrowser
optdepends = r-reportingtools
optdepends = r-rmarkdown
optdepends = r-statmod
- source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.34.0.tar.gz
- sha256sums = 0f884122ba76b215031beedd762bd4f6a57ad033951f2e0416e90b497c8f2db5
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.34.1.tar.gz
+ sha256sums = 78a435706ef8da35ad56b69402a5ea7cbacbd7ccaaec6d4c71de3bf1436e35b7
pkgname = r-enrichmentbrowser
diff --git a/PKGBUILD b/PKGBUILD
index c1b8b330bf45..abbe46a49b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EnrichmentBrowser
-_pkgver=2.34.0
+_pkgver=2.34.1
pkgname=r-${_pkgname,,}
-pkgver=2.34.0
+pkgver=2.34.1
pkgrel=1
pkgdesc='Seamless navigation through combined results of set-based and network-based enrichment analysis'
arch=('any')
@@ -46,7 +46,7 @@ optdepends=(
r-statmod
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('0f884122ba76b215031beedd762bd4f6a57ad033951f2e0416e90b497c8f2db5')
+sha256sums=('78a435706ef8da35ad56b69402a5ea7cbacbd7ccaaec6d4c71de3bf1436e35b7')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"