summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 22:47:34 +0000
committerBioArchLinuxBot2024-05-01 22:47:34 +0000
commite2cd0479d802b638473223f21d14524105ffdde1 (patch)
treee6babd364c710e3976d7af2ac5aa8428a42c5d12 /PKGBUILD
parentaf61d782060d514f51d8d2aa89097e72f16d184a (diff)
downloadaur-r-gwastools.tar.gz
[lilac] updated to 1.50.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45e946b6f48c..e70dbe2e33fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWASTools
-_pkgver=1.48.0
+_pkgver=1.50.0
pkgname=r-${_pkgname,,}
-pkgver=1.48.0
-pkgrel=3
+pkgver=1.50.0
+pkgrel=1
pkgdesc='Tools for Genome Wide Association Studies'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -40,7 +40,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('e8325dbba51b721e946e733bedd600136f0bc4f9aad5e45b79b5fe62386b4fe6')
+sha256sums=('84db4b6f555a88585d64ef4c8c423ed8e1d808fe7c8994760e1a24a6b8d87804')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"