summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-28 15:09:11 +0000
committerBioArchLinuxBot2023-10-28 15:09:11 +0000
commit093f0bb5f708caf25403952f8066a9d3c24097d9 (patch)
treed8b3920d2b73a48476171210f10d1ad35f0af312
parentfc452c5df4a7cf2876041d19013a02f3af175862 (diff)
downloadaur-r-gars.tar.gz
[lilac] updated to 1.22.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3746ccc2a7..0d4eefa4a7f2 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.22.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.22.0.tar.gz
+ sha256sums = f48a320c4eb25c23e2ad9a7f7f1be7b5ba93b498b4393f82c45c526f2622d95c
pkgname = r-gars
diff --git a/PKGBUILD b/PKGBUILD
index 656da8825e8c..49acd74d8e4e 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.22.0
pkgname=r-${_pkgname,,}
-pkgver=1.20.0
+pkgver=1.22.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=('f48a320c4eb25c23e2ad9a7f7f1be7b5ba93b498b4393f82c45c526f2622d95c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"