summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 14:42:51 +0000
committerBioArchLinuxBot2023-04-27 14:42:51 +0000
commit6a882b727555f73060c52b74d88d31e2e9779d11 (patch)
tree19fa44ba5f53090ecb7c42dd9280d65c5afcfa8f
parenta82fd894631432405c8afefa437af589ef2906ca (diff)
downloadaur-6a882b727555f73060c52b74d88d31e2e9779d11.tar.gz
[lilac] updated to 2.30.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139cdc8ed4e4..134aebe30a1c 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.28.0
+ pkgver = 2.30.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.28.0.tar.gz
- sha256sums = ca95507d01d53cecc98358a78ff9f2e649e82f3c86d5489f7df172dbdb318a51
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GENESIS_2.30.0.tar.gz
+ sha256sums = 2759e1a79b6e824194a43d9886d66649c8a91df5604075029b3cc8b1b1436d51
pkgname = r-genesis
diff --git a/PKGBUILD b/PKGBUILD
index 70380b8d90f2..c9ac93abef9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GENESIS
-_pkgver=2.28.0
+_pkgver=2.30.0
pkgname=r-${_pkgname,,}
-pkgver=2.28.0
+pkgver=2.30.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=('ca95507d01d53cecc98358a78ff9f2e649e82f3c86d5489f7df172dbdb318a51')
+sha256sums=('2759e1a79b6e824194a43d9886d66649c8a91df5604075029b3cc8b1b1436d51')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"