summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 05:30:51 +0000
committerBioArchLinuxBot2023-04-27 05:30:51 +0000
commitd7ae3a93d77d461332728cdc0a6e215420fe75dd (patch)
treed8826ad64e45d8ebe7eac8db85768219991309d2
parent0e658b850cf06b45921afcd820e5828e956309cd (diff)
downloadaur-d7ae3a93d77d461332728cdc0a6e215420fe75dd.tar.gz
[lilac] updated to 1.46.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9756e3cc8e0..5108cd7f9e2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gwastools
pkgdesc = Tools for Genome Wide Association Studies
- pkgver = 1.44.0
+ pkgver = 1.46.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.44.0.tar.gz
- sha256sums = 38e5f2e1e6f739b98129f2ad9bc388df4ec74955341004a71a949432f106d109
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GWASTools_1.46.0.tar.gz
+ sha256sums = 1b92e178384e16f41f5f9b4f9b78dc0aa4c017ec3f210665ec26f2d4c4eb06bd
pkgname = r-gwastools
diff --git a/PKGBUILD b/PKGBUILD
index dddb4d5418ec..96d5929685c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWASTools
-_pkgver=1.44.0
+_pkgver=1.46.0
pkgname=r-${_pkgname,,}
-pkgver=1.44.0
+pkgver=1.46.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=('38e5f2e1e6f739b98129f2ad9bc388df4ec74955341004a71a949432f106d109')
+sha256sums=('1b92e178384e16f41f5f9b4f9b78dc0aa4c017ec3f210665ec26f2d4c4eb06bd')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"