summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 13:32:21 +0000
committerBioArchLinuxBot2022-11-03 13:32:21 +0000
commita82fd894631432405c8afefa437af589ef2906ca (patch)
tree08ec188e84aff606dc29abc67a6e299fdfa1d87d
parent3d1a17e81203134b6e9507f6ecd06c8b1d53c0ed (diff)
downloadaur-a82fd894631432405c8afefa437af589ef2906ca.tar.gz
[lilac] updated to 2.28.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b39b94bead62..139cdc8ed4e4 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.26.0
+ pkgver = 2.28.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.26.0.tar.gz
- sha256sums = 2c517d2e008cd2d4fbb5b19c7ed0e58b33b5fb3a8fa7aec108dd6f9aa4e9c3e2
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GENESIS_2.28.0.tar.gz
+ sha256sums = ca95507d01d53cecc98358a78ff9f2e649e82f3c86d5489f7df172dbdb318a51
pkgname = r-genesis
diff --git a/PKGBUILD b/PKGBUILD
index 32ed942d9a9e..70380b8d90f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GENESIS
-_pkgver=2.26.0
+_pkgver=2.28.0
pkgname=r-${_pkgname,,}
-pkgver=2.26.0
+pkgver=2.28.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=('2c517d2e008cd2d4fbb5b19c7ed0e58b33b5fb3a8fa7aec108dd6f9aa4e9c3e2')
+sha256sums=('ca95507d01d53cecc98358a78ff9f2e649e82f3c86d5489f7df172dbdb318a51')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"