summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-03 22:43:11 +0000
committerBioArchLinuxBot2022-11-03 22:43:11 +0000
commite1c6c4ac83134f19805d0cd14ef2e4cde6525acb (patch)
tree3ce16e87fef062c7598bb078215a564b3f85ed36
parentb54fb9fe850a3258575d4aafa730c342a60a97c6 (diff)
downloadaur-e1c6c4ac83134f19805d0cd14ef2e4cde6525acb.tar.gz
[lilac] updated to 1.18.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57d7c54bb8ac..e80d694c7245 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.16.0
+ pkgver = 1.18.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.16.0.tar.gz
- sha256sums = 54bac33f5e19341a08fafae9d40483b3db9a2a0faa6f5eb0b824eb2ff6d077ec
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GARS_1.18.0.tar.gz
+ sha256sums = d8d6bba2e5acbfbc26b5bef0dc58784722b336ff855ec6d18b3987a7d2c6ae8a
pkgname = r-gars
diff --git a/PKGBUILD b/PKGBUILD
index 69e6a5949500..503e6a12a99f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GARS
-_pkgver=1.16.0
+_pkgver=1.18.0
pkgname=r-${_pkgname,,}
-pkgver=1.16.0
+pkgver=1.18.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=('54bac33f5e19341a08fafae9d40483b3db9a2a0faa6f5eb0b824eb2ff6d077ec')
+sha256sums=('d8d6bba2e5acbfbc26b5bef0dc58784722b336ff855ec6d18b3987a7d2c6ae8a')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"