summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"