summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 00:08:43 +0000
committerBioArchLinuxBot2023-10-26 00:08:43 +0000
commita93e9ab19c4341947a2fba6e5150ab92300d8298 (patch)
tree20d667aba9b7d52973e599e419a5eda0091176ce /PKGBUILD
parentd7ae3a93d77d461332728cdc0a6e215420fe75dd (diff)
downloadaur-a93e9ab19c4341947a2fba6e5150ab92300d8298.tar.gz
[lilac] updated to 1.48.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"