summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:24:15 +0000
committerBioArchLinuxBot2024-05-02 02:24:15 +0000
commitd136e67ad8d8b8b3c88f5f018f86ebff031fae32 (patch)
tree23eb4ad893a1d6baecdb36df3940c60339136dbb
parentb2c1c4cb2a23e7beb9f434fda5a504b60dc1617c (diff)
downloadaur-d136e67ad8d8b8b3c88f5f018f86ebff031fae32.tar.gz
[lilac] updated to 1.14.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38036f4cf822..30c97dac7b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-multigsea
pkgdesc = Combining GSEA-based pathway enrichment with multi omics data integration
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/multiGSEA
arch = any
@@ -30,7 +30,7 @@ pkgbase = r-multigsea
optdepends = r-org.xl.eg.db
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/multiGSEA_1.12.0.tar.gz
- sha256sums = a85d3741ca441419734b2ffaed2c916f9fce27950a9dea755b436bbe7c323d5d
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/multiGSEA_1.14.0.tar.gz
+ sha256sums = 1cf044ad6a47494d53e9160b11b41dbff35a81a0d0acf1eccd35e5604746b692
pkgname = r-multigsea
diff --git a/PKGBUILD b/PKGBUILD
index d94a59ab9dca..d4def749d39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=multiGSEA
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Combining GSEA-based pathway enrichment with multi omics data integration'
arch=('any')
@@ -39,7 +39,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a85d3741ca441419734b2ffaed2c916f9fce27950a9dea755b436bbe7c323d5d')
+sha256sums=('1cf044ad6a47494d53e9160b11b41dbff35a81a0d0acf1eccd35e5604746b692')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"