summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:08:43 +0000
committerBioArchLinuxBot2023-10-26 00:08:43 +0000
commita93e9ab19c4341947a2fba6e5150ab92300d8298 (patch)
tree20d667aba9b7d52973e599e419a5eda0091176ce
parentd7ae3a93d77d461332728cdc0a6e215420fe75dd (diff)
downloadaur-a93e9ab19c4341947a2fba6e5150ab92300d8298.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5108cd7f9e2a..65f2668edef5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gwastools
pkgdesc = Tools for Genome Wide Association Studies
- pkgver = 1.46.0
+ pkgver = 1.48.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.46.0.tar.gz
- sha256sums = 1b92e178384e16f41f5f9b4f9b78dc0aa4c017ec3f210665ec26f2d4c4eb06bd
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GWASTools_1.48.0.tar.gz
+ sha256sums = e8325dbba51b721e946e733bedd600136f0bc4f9aad5e45b79b5fe62386b4fe6
pkgname = r-gwastools
diff --git a/PKGBUILD b/PKGBUILD
index 96d5929685c9..25063c46246f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GWASTools
-_pkgver=1.46.0
+_pkgver=1.48.0
pkgname=r-${_pkgname,,}
-pkgver=1.46.0
+pkgver=1.48.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=('1b92e178384e16f41f5f9b4f9b78dc0aa4c017ec3f210665ec26f2d4c4eb06bd')
+sha256sums=('e8325dbba51b721e946e733bedd600136f0bc4f9aad5e45b79b5fe62386b4fe6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"