summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:51:41 +0000
committerBioArchLinuxBot2023-10-26 04:51:41 +0000
commit4f91bb6bb3540a226c90c673dacea2c736fda89d (patch)
tree3b761faf63101868011710e4fa17e0e9f0a103cf
parente8186cf2cf6c03390ef5e8c8b8c504882b7137d3 (diff)
downloadaur-4f91bb6bb3540a226c90c673dacea2c736fda89d.tar.gz
[lilac] updated to 2.52.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9abd65b8c075..e4c2c25a4b4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gage
pkgdesc = Generally Applicable Gene-set Enrichment for Pathway Analysis
- pkgver = 2.50.0
+ pkgver = 2.52.0
pkgrel = 1
url = https://bioconductor.org/packages/gage
arch = any
@@ -21,7 +21,7 @@ pkgbase = r-gage
optdepends = r-pathview
optdepends = r-rsamtools
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/gage_2.50.0.tar.gz
- sha256sums = 915a86834b48b3128ac595ddf0cfeafeff7851ffe2772100104484080e179d9b
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/gage_2.52.0.tar.gz
+ sha256sums = c847d26329f0956046a961b6df91a8b8a469adad85f0238a21953536fc86a52e
pkgname = r-gage
diff --git a/PKGBUILD b/PKGBUILD
index d1299eb4718b..e28ba5c676d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gage
-_pkgver=2.50.0
+_pkgver=2.52.0
pkgname=r-${_pkgname,,}
-pkgver=2.50.0
+pkgver=2.52.0
pkgrel=1
pkgdesc='Generally Applicable Gene-set Enrichment for Pathway Analysis'
arch=('any')
@@ -30,7 +30,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('915a86834b48b3128ac595ddf0cfeafeff7851ffe2772100104484080e179d9b')
+sha256sums=('c847d26329f0956046a961b6df91a8b8a469adad85f0238a21953536fc86a52e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"