summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 04:53:35 +0000
committerBioArchLinuxBot2024-05-03 04:53:35 +0000
commit8587d28696224cd60e0087ef1dab1f31081dbc35 (patch)
tree5ee67e861e6c9eabfdaa64a7e5920a878632b422 /PKGBUILD
parentb1ad06b812d689467909a83b5fde96587367280e (diff)
downloadaur-r-gwascat.tar.gz
[lilac] updated to 2.36.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee385b710e2e..982e1fdd593b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=gwascat
-_pkgver=2.34.0
+_pkgver=2.36.0
pkgname=r-${_pkgname,,}
-pkgver=2.34.0
+pkgver=2.36.0
pkgrel=1
pkgdesc='representing and modeling data in the EMBL-EBI GWAS catalog'
arch=('any')
@@ -44,7 +44,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('fe291f03cee6f376939a320b9594e98b85e915a2986a9e74c121cf77c3461609')
+sha256sums=('2c83a1062c8605ffac277590145db0c461707b57f647d4121c9a6b4573036721')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"