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 1d637e05369c..17d4fe2410d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=cogena
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.0
pkgrel=1
pkgdesc='co-expressed gene-set enrichment analysis'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('eec3a1b987c94647dfa5a0feac3928b302ff8ab916703f6acf37cf36307d0b44')
+sha256sums=('7fec886d820ccfa8193573443b4d5a54990a3c0e436705eabe0581bd2b898170')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"