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 4c3746ccc2a7..3ef639c75efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-gars
pkgdesc = GARS: Genetic Algorithm for the identification of Robust Subsets of variables in high-dimensional and challenging datasets
- pkgver = 1.20.0
+ pkgver = 1.24.0
pkgrel = 1
url = https://bioconductor.org/packages/GARS
arch = any
@@ -13,7 +13,7 @@ pkgbase = r-gars
optdepends = r-biocstyle
optdepends = r-knitr
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/GARS_1.20.0.tar.gz
- sha256sums = 3e9e2c6ea7c55da37873c714d776bd5d919fb345dcbe095d8d3f3a3ca47d28c3
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GARS_1.24.0.tar.gz
+ sha256sums = 31ae414d6767bd45aa15191a180036a3abc7a3f16bdd0c49ce21ba00cd3225f2
pkgname = r-gars
diff --git a/PKGBUILD b/PKGBUILD
index 656da8825e8c..ae8d11849150 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GARS
-_pkgver=1.20.0
+_pkgver=1.24.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.24.0
pkgrel=1
pkgdesc='GARS: Genetic Algorithm for the identification of Robust Subsets of variables in high-dimensional and challenging datasets'
arch=('any')
@@ -22,7 +22,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('3e9e2c6ea7c55da37873c714d776bd5d919fb345dcbe095d8d3f3a3ca47d28c3')
+sha256sums=('31ae414d6767bd45aa15191a180036a3abc7a3f16bdd0c49ce21ba00cd3225f2')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"