summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-02 02:04:27 +0000
committerBioArchLinuxBot2024-05-02 02:04:27 +0000
commit6bcd9c827fe4727d367190f8cbf71f24e71f6955 (patch)
treeee24c7123a3b623f2dcaa7ee920d2797cc9e9c6a
parent21e163d48a395ce6bc135db1a4ecd830e14cd10c (diff)
downloadaur-6bcd9c827fe4727d367190f8cbf71f24e71f6955.tar.gz
[lilac] updated to 5.58.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 553955f93fc8..074cecdbb76f 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.56.0
+ pkgver = 5.58.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.56.0.tar.gz
- sha256sums = b9dcd63668b914e2cb28e7268090c49ed8eef62f0b1f836574805aff42d76c92
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/globaltest_5.58.0.tar.gz
+ sha256sums = 85242a695aab61081a39a75bff818ecc783d21dc78cd6b808e2ba6cb64d0fbb2
pkgname = r-globaltest
diff --git a/PKGBUILD b/PKGBUILD
index 8ed36ac7a193..f41115943a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=globaltest
-_pkgver=5.56.0
+_pkgver=5.58.0
pkgname=r-${_pkgname,,}
-pkgver=5.56.0
+pkgver=5.58.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=('b9dcd63668b914e2cb28e7268090c49ed8eef62f0b1f836574805aff42d76c92')
+sha256sums=('85242a695aab61081a39a75bff818ecc783d21dc78cd6b808e2ba6cb64d0fbb2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"