summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-10 00:05:20 +0000
committerBioArchLinuxBot2023-03-10 00:05:20 +0000
commit4d57e0e39421072132feddf9f16d766ef0c50674 (patch)
tree9ab0792ed0b8f074ed6896c1139e5e2960a2f4ce
parent8d9ef279183c6aeaab8630ae384db52bf08fa150 (diff)
downloadaur-4d57e0e39421072132feddf9f16d766ef0c50674.tar.gz
[lilac] updated to 2.28.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 567aca138b3c..cdd7be64422b 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.28.0
+ pkgver = 2.28.1
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.28.0.tar.gz
- sha256sums = bdaaabbf3b7f57baf3263a67207266fc1bf2158963a20fc29c19db827d25556a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.28.1.tar.gz
+ sha256sums = 92fc6e33d3676668bc353e54bd7303c176e41681f3c5863313f6a814a4680cde
pkgname = r-enrichmentbrowser
diff --git a/PKGBUILD b/PKGBUILD
index f5fc70bc3ff5..635bab1296d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EnrichmentBrowser
-_pkgver=2.28.0
+_pkgver=2.28.1
pkgname=r-${_pkgname,,}
-pkgver=2.28.0
+pkgver=2.28.1
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=('bdaaabbf3b7f57baf3263a67207266fc1bf2158963a20fc29c19db827d25556a')
+sha256sums=('92fc6e33d3676668bc353e54bd7303c176e41681f3c5863313f6a814a4680cde')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"