summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 23:23:58 +0000
committerBioArchLinuxBot2022-11-02 23:23:58 +0000
commit0e658b850cf06b45921afcd820e5828e956309cd (patch)
tree60e91f7113aee0a777a9cf1e87e36fdac7f3735e
parent92118bd930415b77eff31ec0562543002a19a0e8 (diff)
downloadaur-0e658b850cf06b45921afcd820e5828e956309cd.tar.gz
[lilac] updated to 1.44.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f929ab9f5b9..f9756e3cc8e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gwastools
pkgdesc = Tools for Genome Wide Association Studies
- pkgver = 1.42.1
+ pkgver = 1.44.0
pkgrel = 1
url = https://bioconductor.org/packages/GWASTools
arch = any
@@ -29,7 +29,7 @@ pkgbase = r-gwastools
optdepends = r-snprelate
optdepends = r-snpstats
optdepends = r-variantannotation
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GWASTools_1.42.1.tar.gz
- sha256sums = 955344097793721ff169c8167eee5b162b8065a1a3e1702afebadcae74133329
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GWASTools_1.44.0.tar.gz
+ sha256sums = 38e5f2e1e6f739b98129f2ad9bc388df4ec74955341004a71a949432f106d109
pkgname = r-gwastools
diff --git a/PKGBUILD b/PKGBUILD
index 955f9d6ccd7d..dddb4d5418ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWASTools
-_pkgver=1.42.1
+_pkgver=1.44.0
pkgname=r-${_pkgname,,}
-pkgver=1.42.1
+pkgver=1.44.0
pkgrel=1
pkgdesc='Tools for Genome Wide Association Studies'
arch=('any')
@@ -38,7 +38,7 @@ optdepends=(
r-variantannotation
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('955344097793721ff169c8167eee5b162b8065a1a3e1702afebadcae74133329')
+sha256sums=('38e5f2e1e6f739b98129f2ad9bc388df4ec74955341004a71a949432f106d109')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"