summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-25 00:06:42 +0000
committerBioArchLinuxBot2022-08-25 00:06:42 +0000
commit92118bd930415b77eff31ec0562543002a19a0e8 (patch)
tree956e6a549b913ceeb68e551a5c56ae3717f8e380 /PKGBUILD
parente3c6774722df90a139950dbb1194cd90a07d1fa6 (diff)
downloadaur-92118bd930415b77eff31ec0562543002a19a0e8.tar.gz
[lilac] updated to 1.42.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"