summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-22 18:10:07 +0000
committerBioArchLinuxBot2023-03-22 18:10:07 +0000
commit7c6bef85f6a28a6da8f9ec09ad43026ac6270f27 (patch)
treee6607009b1d071d7932d5e066827b50e24a83be6
parent4d57e0e39421072132feddf9f16d766ef0c50674 (diff)
downloadaur-7c6bef85f6a28a6da8f9ec09ad43026ac6270f27.tar.gz
[lilac] updated to 2.28.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdd7be64422b..e46741a50e81 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.1
+ pkgver = 2.28.2
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.1.tar.gz
- sha256sums = 92fc6e33d3676668bc353e54bd7303c176e41681f3c5863313f6a814a4680cde
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/EnrichmentBrowser_2.28.2.tar.gz
+ sha256sums = b33bf70950781696a1455e948cb6c455af1de59aaa2c1ca5ce8d3c8d87f2e00f
pkgname = r-enrichmentbrowser
diff --git a/PKGBUILD b/PKGBUILD
index 635bab1296d2..534a3655bc0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=EnrichmentBrowser
-_pkgver=2.28.1
+_pkgver=2.28.2
pkgname=r-${_pkgname,,}
-pkgver=2.28.1
+pkgver=2.28.2
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=('92fc6e33d3676668bc353e54bd7303c176e41681f3c5863313f6a814a4680cde')
+sha256sums=('b33bf70950781696a1455e948cb6c455af1de59aaa2c1ca5ce8d3c8d87f2e00f')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"