summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-25 00:06:42 +0000
committerBioArchLinuxBot2022-08-25 00:06:42 +0000
commit92118bd930415b77eff31ec0562543002a19a0e8 (patch)
tree956e6a549b913ceeb68e551a5c56ae3717f8e380
parente3c6774722df90a139950dbb1194cd90a07d1fa6 (diff)
downloadaur-92118bd930415b77eff31ec0562543002a19a0e8.tar.gz
[lilac] updated to 1.42.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fa9348808cd..5f929ab9f5b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gwastools
pkgdesc = Tools for Genome Wide Association Studies
- pkgver = 1.42.0
+ pkgver = 1.42.1
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.0.tar.gz
- sha256sums = 9fc08c28ece2f22ba9b834645f0c2e6bc0105a869f08338012c717a9ae620f58
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GWASTools_1.42.1.tar.gz
+ sha256sums = 955344097793721ff169c8167eee5b162b8065a1a3e1702afebadcae74133329
pkgname = r-gwastools
diff --git a/PKGBUILD b/PKGBUILD
index 97f5191fe5cc..955f9d6ccd7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWASTools
-_pkgver=1.42.0
+_pkgver=1.42.1
pkgname=r-${_pkgname,,}
-pkgver=1.42.0
+pkgver=1.42.1
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=('9fc08c28ece2f22ba9b834645f0c2e6bc0105a869f08338012c717a9ae620f58')
+sha256sums=('955344097793721ff169c8167eee5b162b8065a1a3e1702afebadcae74133329')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"