summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:29:20 +0000
committerBioArchLinuxBot2024-05-02 02:29:20 +0000
commitfa6216a308fd3440051b64b383536e430057b4d2 (patch)
treed5477f5e63c7afa19c546fc1125b62eb7aa16c39 /PKGBUILD
parent7a95f746e74559ec7f163bb35a075907f8c161ce (diff)
downloadaur-r-genesis.tar.gz
[lilac] updated to 2.34.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b241ea665cd..ebe9d5a3ad30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GENESIS
-_pkgver=2.32.0
+_pkgver=2.34.0
pkgname=r-${_pkgname,,}
-pkgver=2.32.0
+pkgver=2.34.0
pkgrel=1
pkgdesc='GENetic EStimation and Inference in Structured samples (GENESIS): Statistical methods for analyzing genetic data from samples with population structure and/or relatedness'
arch=('x86_64')
@@ -44,7 +44,7 @@ optdepends=(
r-txdb.hsapiens.ucsc.hg19.knowngene
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('891680387ea63682d977b08d2d5706892efea4c26cee855104489f2354a09db1')
+sha256sums=('998cd2df615dbb1d6beb3482c4d68c229bca1daa7ca2d297ea56ec8102af60ca')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"