summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 00:37:47 +0000
committerBioArchLinuxBot2024-05-03 00:37:47 +0000
commit5e427294166a1027bdeed8438fa5874a2d13a669 (patch)
treed1fa1295afe97244e6d56bcd5a36896afb32c986
parenta1ff8a2fc062b58a8d7148e8423a59fde47ca0e0 (diff)
downloadaur-r-gsean.tar.gz
[lilac] updated to 1.24.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b925f903514d..b0a6fba4a19b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-gsean
pkgdesc = Gene Set Enrichment Analysis with Networks
- pkgver = 1.22.0
- pkgrel = 3
+ pkgver = 1.24.0
+ pkgrel = 1
url = https://bioconductor.org/packages/gsean
arch = x86_64
license = Artistic2.0
@@ -16,7 +16,7 @@ pkgbase = r-gsean
optdepends = r-rmarkdown
optdepends = r-summarizedexperiment
optdepends = r-wgcna
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gsean_1.22.0.tar.gz
- sha256sums = b9b49e8f0ef56781444a117e8f02e6b93e5a01e2467d4d9a523d3f98ddcb2a97
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gsean_1.24.0.tar.gz
+ sha256sums = 2b7d6b511b4103e463382800797ce0905a894022a853148953252519ca736491
pkgname = r-gsean
diff --git a/PKGBUILD b/PKGBUILD
index f2606fde4d8e..73746c4d8156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gsean
-_pkgver=1.22.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.22.0
-pkgrel=3
+pkgver=1.24.0
+pkgrel=1
pkgdesc='Gene Set Enrichment Analysis with Networks'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -25,7 +25,7 @@ optdepends=(
r-wgcna
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('b9b49e8f0ef56781444a117e8f02e6b93e5a01e2467d4d9a523d3f98ddcb2a97')
+sha256sums=('2b7d6b511b4103e463382800797ce0905a894022a853148953252519ca736491')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"