summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-03 04:46:49 +0000
committerBioArchLinuxBot2024-05-03 04:46:49 +0000
commitf5dd7f40f6b3cff3ec04f7acff15c37f8580bed2 (patch)
tree4daf485a099eed7a1760b473658447a4b05db845 /PKGBUILD
parent1100c70137cd35ef827a69651f38842d7298aad7 (diff)
downloadaur-r-mungesumstats.tar.gz
[lilac] updated to 1.12.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91621a532789..ba3ec437bd0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MungeSumstats
-_pkgver=1.10.1
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.1
+pkgver=1.12.0
pkgrel=1
pkgdesc='Standardise summary statistics from GWAS'
arch=('any')
@@ -51,7 +51,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('d3b1a86d512a0ec9e946444b2515250c11957937ca362268d0f1ad107b77f160')
+sha256sums=('9bf86d9a22af9fed9823968787d42336f04e37dfb40c6fad90cc7f5b7b97ba9a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"