summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 13:49:33 +0000
committerBioArchLinuxBot2022-11-03 13:49:33 +0000
commit8d9ef279183c6aeaab8630ae384db52bf08fa150 (patch)
tree8162fa321517615206ac400bfdd89f8466fd5ae9
parent1d81c8a0c392d2f410c300623b4f3e6ebe78578f (diff)
downloadaur-8d9ef279183c6aeaab8630ae384db52bf08fa150.tar.gz
[lilac] updated to 2.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8845b57e94..567aca138b3c 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.26.0
+ pkgver = 2.28.0
pkgrel = 1
url = https://bioconductor.org/packages/EnrichmentBrowser
arch = any
@@ -36,7 +36,7 @@ pkgbase = r-enrichmentbrowser
optdepends = r-msigdbr
optdepends = r-reportingtools
optdepends = r-rmarkdown
- source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.26.0.tar.gz
- sha256sums = 83f2bf24c76f434fa99ae067583d378044b5b33fbf984cf3f43b544ca11418af
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.28.0.tar.gz
+ sha256sums = bdaaabbf3b7f57baf3263a67207266fc1bf2158963a20fc29c19db827d25556a
pkgname = r-enrichmentbrowser
diff --git a/PKGBUILD b/PKGBUILD
index 404e15aee6d1..f5fc70bc3ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EnrichmentBrowser
-_pkgver=2.26.0
+_pkgver=2.28.0
pkgname=r-${_pkgname,,}
-pkgver=2.26.0
+pkgver=2.28.0
pkgrel=1
pkgdesc='Seamless navigation through combined results of set-based and network-based enrichment analysis'
arch=('any')
@@ -45,7 +45,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('83f2bf24c76f434fa99ae067583d378044b5b33fbf984cf3f43b544ca11418af')
+sha256sums=('bdaaabbf3b7f57baf3263a67207266fc1bf2158963a20fc29c19db827d25556a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"