summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 21:11:20 +0000
committerBioArchLinuxBot2023-04-27 21:11:20 +0000
commita94b08dc528d32b42a92e014e3c27f81f13a4b04 (patch)
tree99aca95617b1e40fb9148aa28f6a752e731e5716
parent5dc6ec628f3e52791c0c0a385cd292e8d79c527d (diff)
downloadaur-a94b08dc528d32b42a92e014e3c27f81f13a4b04.tar.gz
[lilac] updated to 1.8.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562807576cee..cd55a0abfac4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-mungesumstats
pkgdesc = Standardise summary statistics from GWAS
- pkgver = 1.6.0
- pkgrel = 3
+ pkgver = 1.8.0
+ pkgrel = 1
url = https://bioconductor.org/packages/MungeSumstats
arch = any
license = Artistic2.0
@@ -42,7 +42,7 @@ pkgbase = r-mungesumstats
optdepends = r-snplocs.hsapiens.dbsnp155.grch38
optdepends = r-testthat
optdepends = r-upsetr
- source = https://bioconductor.org/packages/release/bioc/src/contrib/MungeSumstats_1.6.0.tar.gz
- sha256sums = ef625e08076354275b13c4321b744636297845ccd7c9502d501794a3f21bcfea
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/MungeSumstats_1.8.0.tar.gz
+ sha256sums = 33023f3f340eeda8469ef4615fba2feae428836d7a985ad51f9c6e216344cc4d
pkgname = r-mungesumstats
diff --git a/PKGBUILD b/PKGBUILD
index 5c66fbc8d1f4..9598b923d989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=MungeSumstats
-_pkgver=1.6.0
+_pkgver=1.8.0
pkgname=r-${_pkgname,,}
-pkgver=1.6.0
-pkgrel=3
+pkgver=1.8.0
+pkgrel=1
pkgdesc='Standardise summary statistics from GWAS'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -51,7 +51,7 @@ optdepends=(
r-upsetr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('ef625e08076354275b13c4321b744636297845ccd7c9502d501794a3f21bcfea')
+sha256sums=('33023f3f340eeda8469ef4615fba2feae428836d7a985ad51f9c6e216344cc4d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"