summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-03-22 18:05:21 +0000
committerBioArchLinuxBot2023-03-22 18:05:21 +0000
commit8b2d868afec36c20fd86673d1bbbc28208aea164 (patch)
treef95f90dcdafe538b55d7e2ff835d92bbed934acb
parentcd336fc9808d10bf4455f0881e837ba9236dcd7c (diff)
downloadaur-8b2d868afec36c20fd86673d1bbbc28208aea164.tar.gz
[lilac] updated to 5.52.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8beb12ae982..d50c03b26ae7 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.52.0
+ pkgver = 5.52.1
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.52.0.tar.gz
- sha256sums = 335d0bd6e5a90d0ecd769a4119ff89e60746edbf31ce3f34572a2caddad199e1
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/globaltest_5.52.1.tar.gz
+ sha256sums = 6b86b2bca6c80d8c25f614ebb842df3f076ba03d0c650d01d6483ac0d7d8adbc
pkgname = r-globaltest
diff --git a/PKGBUILD b/PKGBUILD
index 27cec284fd60..eed07c25248b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=globaltest
-_pkgver=5.52.0
+_pkgver=5.52.1
pkgname=r-${_pkgname,,}
-pkgver=5.52.0
+pkgver=5.52.1
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=('335d0bd6e5a90d0ecd769a4119ff89e60746edbf31ce3f34572a2caddad199e1')
+sha256sums=('6b86b2bca6c80d8c25f614ebb842df3f076ba03d0c650d01d6483ac0d7d8adbc')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"