summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-26 03:31:29 +0000
committerBioArchLinuxBot2023-10-26 03:31:29 +0000
commit8bbb21e128bfa11d69afc622a780a8ca5edbdba7 (patch)
tree7dec5adb8ba66f3523b3b746543551c6fcd8cc1e
parentff38265c86d9c27cad58571e2bbb4c45e0f6c3da (diff)
downloadaur-8bbb21e128bfa11d69afc622a780a8ca5edbdba7.tar.gz
[lilac] updated to 2.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de60c50812df..368375c97d36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-saigegds
pkgdesc = Scalable Implementation of Generalized mixed models using GDS files in Phenome-Wide Association Studies
- pkgver = 2.0.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://bioconductor.org/packages/SAIGEgds
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = r-saigegds
optdepends = r-runit
optdepends = r-snprelate
optdepends = r-survey
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SAIGEgds_2.0.1.tar.gz
- sha256sums = da5b4cbcd4fc0a14905434f5d9c02efa194455803ec2035b9ca2a0d1b7773f6c
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SAIGEgds_2.2.0.tar.gz
+ sha256sums = 3fe54365f694f96e5bd4f07d76557e5f14ed95ce021220ee4cedc77606a7d071
pkgname = r-saigegds
diff --git a/PKGBUILD b/PKGBUILD
index 9a2e8ce79e7e..cd0051adedc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SAIGEgds
-_pkgver=2.0.1
+_pkgver=2.2.0
pkgname=r-${_pkgname,,}
-pkgver=2.0.1
+pkgver=2.2.0
pkgrel=1
pkgdesc='Scalable Implementation of Generalized mixed models using GDS files in Phenome-Wide Association Studies'
arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=(
r-survey
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('da5b4cbcd4fc0a14905434f5d9c02efa194455803ec2035b9ca2a0d1b7773f6c')
+sha256sums=('3fe54365f694f96e5bd4f07d76557e5f14ed95ce021220ee4cedc77606a7d071')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"