summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 03:20:40 +0000
committerBioArchLinuxBot2023-04-27 03:20:40 +0000
commit5b1af5326d21ec51187f2e7f6a1a3969309a127f (patch)
tree76894e5512412eda5b07c666a2084b9fa6630978
parent1c4edfdfeda024b7d8e2a96bc4c6120024bf944f (diff)
downloadaur-5b1af5326d21ec51187f2e7f6a1a3969309a127f.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 96edd85b2eda..e164ee1360a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-reactomegsa
pkgdesc = Client for the Reactome Analysis Service for comparative multi-omics gene set analysis
- pkgver = 1.12.0
+ pkgver = 1.14.0
pkgrel = 1
url = https://bioconductor.org/packages/ReactomeGSA
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-reactomegsa
optdepends = r-scater
optdepends = r-seurat
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/ReactomeGSA_1.12.0.tar.gz
- sha256sums = 96dd1854defc8283739ae202110af90c545c55bc2f3898aa377f9128db184d27
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/ReactomeGSA_1.14.0.tar.gz
+ sha256sums = e2fe638a6816532ccc63d1770b24f0d2a176cb631ff43d5d785c0e5fe3bc49c6
pkgname = r-reactomegsa
diff --git a/PKGBUILD b/PKGBUILD
index 4115e4c6428c..af0deee50340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=ReactomeGSA
-_pkgver=1.12.0
+_pkgver=1.14.0
pkgname=r-${_pkgname,,}
-pkgver=1.12.0
+pkgver=1.14.0
pkgrel=1
pkgdesc='Client for the Reactome Analysis Service for comparative multi-omics gene set analysis'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('96dd1854defc8283739ae202110af90c545c55bc2f3898aa377f9128db184d27')
+sha256sums=('e2fe638a6816532ccc63d1770b24f0d2a176cb631ff43d5d785c0e5fe3bc49c6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"