summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 06:54:12 +0000
committerBioArchLinuxBot2022-11-03 06:54:12 +0000
commitcd336fc9808d10bf4455f0881e837ba9236dcd7c (patch)
tree139420e0f1e941683de1d3f54a9373ad6c96ac8f
parent7700215f365533e44c3a4416835d8b89b819e2ec (diff)
downloadaur-cd336fc9808d10bf4455f0881e837ba9236dcd7c.tar.gz
[lilac] updated to 5.52.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21bbe41122fd..d8beb12ae982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-globaltest
pkgdesc = Testing Groups of Covariates/Features for Association with a Response Variable, with Applications to Gene Set Testing
- pkgver = 5.50.0
+ pkgver = 5.52.0
pkgrel = 1
url = https://bioconductor.org/packages/globaltest
arch = any
@@ -24,7 +24,7 @@ pkgbase = r-globaltest
optdepends = r-rgraphviz
optdepends = r-rpart
optdepends = r-vsn
- source = https://bioconductor.org/packages/release/bioc/src/contrib/globaltest_5.50.0.tar.gz
- sha256sums = 452736d1d75be95b5781888eaf0d0fc0809e9539bb0f74882f111c9a6a4fb055
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/globaltest_5.52.0.tar.gz
+ sha256sums = 335d0bd6e5a90d0ecd769a4119ff89e60746edbf31ce3f34572a2caddad199e1
pkgname = r-globaltest
diff --git a/PKGBUILD b/PKGBUILD
index 2f593a4220fd..27cec284fd60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=globaltest
-_pkgver=5.50.0
+_pkgver=5.52.0
pkgname=r-${_pkgname,,}
-pkgver=5.50.0
+pkgver=5.52.0
pkgrel=1
pkgdesc='Testing Groups of Covariates/Features for Association with a Response Variable, with Applications to Gene Set Testing'
arch=('any')
@@ -33,7 +33,7 @@ optdepends=(
r-vsn
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('452736d1d75be95b5781888eaf0d0fc0809e9539bb0f74882f111c9a6a4fb055')
+sha256sums=('335d0bd6e5a90d0ecd769a4119ff89e60746edbf31ce3f34572a2caddad199e1')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"