summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 20:26:03 +0000
committerBioArchLinuxBot2022-11-03 20:26:03 +0000
commit73962085b67a02e6da52ec741435f011743dc60e (patch)
treeaf38bd72be1a15f9785f6cd7cc198d47a8b47a10
parent1187ab4814a4726bd3796ac36b3672bb804c8be7 (diff)
downloadaur-73962085b67a02e6da52ec741435f011743dc60e.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1f5ee928acc..e82c46ecc53d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-mungesumstats
pkgdesc = Standardise summary statistics from GWAS
- pkgver = 1.4.5
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/MungeSumstats
arch = any
@@ -38,7 +38,7 @@ pkgbase = r-mungesumstats
optdepends = r-snplocs.hsapiens.dbsnp144.grch38
optdepends = r-testthat
optdepends = r-upsetr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MungeSumstats_1.4.5.tar.gz
- sha256sums = a2f5affb853cf643f6084aa043e699e7f1559979b971d6c03fee5e794b7f8891
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MungeSumstats_1.6.0.tar.gz
+ sha256sums = ef625e08076354275b13c4321b744636297845ccd7c9502d501794a3f21bcfea
pkgname = r-mungesumstats
diff --git a/PKGBUILD b/PKGBUILD
index 4fbfd029fa3d..e82584dfca42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MungeSumstats
-_pkgver=1.4.5
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.5
+pkgver=1.6.0
pkgrel=1
pkgdesc='Standardise summary statistics from GWAS'
arch=('any')
@@ -47,7 +47,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a2f5affb853cf643f6084aa043e699e7f1559979b971d6c03fee5e794b7f8891')
+sha256sums=('ef625e08076354275b13c4321b744636297845ccd7c9502d501794a3f21bcfea')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"