summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"