summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 04:23:53 +0000
committerBioArchLinuxBot2023-10-26 04:23:53 +0000
commit7a95f746e74559ec7f163bb35a075907f8c161ce (patch)
tree352604ebab62f89efe0bcc5499a882294618e1a4
parent6a882b727555f73060c52b74d88d31e2e9779d11 (diff)
downloadaur-7a95f746e74559ec7f163bb35a075907f8c161ce.tar.gz
[lilac] updated to 2.32.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134aebe30a1c..33a06062a675 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.30.0
+ pkgver = 2.32.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.30.0.tar.gz
- sha256sums = 2759e1a79b6e824194a43d9886d66649c8a91df5604075029b3cc8b1b1436d51
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GENESIS_2.32.0.tar.gz
+ sha256sums = 891680387ea63682d977b08d2d5706892efea4c26cee855104489f2354a09db1
pkgname = r-genesis
diff --git a/PKGBUILD b/PKGBUILD
index c9ac93abef9d..7b241ea665cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GENESIS
-_pkgver=2.30.0
+_pkgver=2.32.0
pkgname=r-${_pkgname,,}
-pkgver=2.30.0
+pkgver=2.32.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=('2759e1a79b6e824194a43d9886d66649c8a91df5604075029b3cc8b1b1436d51')
+sha256sums=('891680387ea63682d977b08d2d5706892efea4c26cee855104489f2354a09db1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"