summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33a06062a675..b9931557f326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-genesis
pkgdesc = GENetic EStimation and Inference in Structured samples (GENESIS): Statistical methods for analyzing genetic data from samples with population structure and/or relatedness
- pkgver = 2.32.0
+ pkgver = 2.34.0
pkgrel = 1
url = https://bioconductor.org/packages/GENESIS
arch = x86_64
@@ -35,7 +35,7 @@ pkgbase = r-genesis
optdepends = r-survey
optdepends = r-testthat
optdepends = r-txdb.hsapiens.ucsc.hg19.knowngene
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GENESIS_2.32.0.tar.gz
- sha256sums = 891680387ea63682d977b08d2d5706892efea4c26cee855104489f2354a09db1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GENESIS_2.34.0.tar.gz
+ sha256sums = 998cd2df615dbb1d6beb3482c4d68c229bca1daa7ca2d297ea56ec8102af60ca
pkgname = r-genesis
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}"