summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-05-03 18:21:35 +0000
committerBioArchLinuxBot2023-05-03 18:21:35 +0000
commitff38265c86d9c27cad58571e2bbb4c45e0f6c3da (patch)
tree592e5b3a553e6d7e246986af74f8deca08810166
parentcfcac1b130e36cd68f1a1e11b4a2a532f027ac7f (diff)
downloadaur-ff38265c86d9c27cad58571e2bbb4c45e0f6c3da.tar.gz
[lilac] updated to 2.0.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b55b0d4381..de60c50812df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-saigegds
pkgdesc = Scalable Implementation of Generalized mixed models using GDS files in Phenome-Wide Association Studies
- pkgver = 2.0.0
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://bioconductor.org/packages/SAIGEgds
arch = x86_64
license = GPL
@@ -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.0.tar.gz
- sha256sums = 3fd6f93f70699c6039e77f9712fad4847af4b8a587770555d6a6583978de9b51
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/SAIGEgds_2.0.1.tar.gz
+ sha256sums = da5b4cbcd4fc0a14905434f5d9c02efa194455803ec2035b9ca2a0d1b7773f6c
pkgname = r-saigegds
diff --git a/PKGBUILD b/PKGBUILD
index dee970cdc78e..9a2e8ce79e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SAIGEgds
-_pkgver=2.0.0
+_pkgver=2.0.1
pkgname=r-${_pkgname,,}
-pkgver=2.0.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Scalable Implementation of Generalized mixed models using GDS files in Phenome-Wide Association Studies'
arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -32,7 +32,7 @@ optdepends=(
r-survey
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3fd6f93f70699c6039e77f9712fad4847af4b8a587770555d6a6583978de9b51')
+sha256sums=('da5b4cbcd4fc0a14905434f5d9c02efa194455803ec2035b9ca2a0d1b7773f6c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"