summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 04:57:04 +0000
committerBioArchLinuxBot2022-11-03 04:57:04 +0000
commitbba4011956127a912b3711b41b36fede482bfb08 (patch)
tree0ce388d1acf753d8fe5ab6695611484b6e9a0ced
parente2a4274ebc6d95ac47b276c800b5a733e36d83c8 (diff)
downloadaur-bba4011956127a912b3711b41b36fede482bfb08.tar.gz
[lilac] updated to 1.12.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b24581a8087..8bdbe77ea062 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 = 1.10.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://bioconductor.org/packages/SAIGEgds
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = r-saigegds
optdepends = r-rmarkdown
optdepends = r-runit
optdepends = r-snprelate
- source = https://bioconductor.org/packages/release/bioc/src/contrib/SAIGEgds_1.10.0.tar.gz
- sha256sums = f1305b545ab1dc1ea9612a5fcbbe61e5aa9cc366839f0eb14ab1bd89a3f27c63
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SAIGEgds_1.12.0.tar.gz
+ sha256sums = 4106fc67eb6987afc8d8438eafbce037345a7a32b7f031d984234a50bfa493b6
pkgname = r-saigegds
diff --git a/PKGBUILD b/PKGBUILD
index 5a43cbc303d0..fca02973ad36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SAIGEgds
-_pkgver=1.10.0
+_pkgver=1.12.0
pkgname=r-${_pkgname,,}
-pkgver=1.10.0
+pkgver=1.12.0
pkgrel=1
pkgdesc='Scalable Implementation of Generalized mixed models using GDS files in Phenome-Wide Association Studies'
arch=('x86_64')
@@ -30,7 +30,7 @@ optdepends=(
r-snprelate
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('f1305b545ab1dc1ea9612a5fcbbe61e5aa9cc366839f0eb14ab1bd89a3f27c63')
+sha256sums=('4106fc67eb6987afc8d8438eafbce037345a7a32b7f031d984234a50bfa493b6')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"