summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-29 13:06:10 +0000
committerBioArchLinuxBot2023-04-29 13:06:10 +0000
commitfc452c5df4a7cf2876041d19013a02f3af175862 (patch)
tree5d37ce5db271247be52441be88f3b0aefb117c6c
parente1c6c4ac83134f19805d0cd14ef2e4cde6525acb (diff)
downloadaur-fc452c5df4a7cf2876041d19013a02f3af175862.tar.gz
[lilac] updated to 1.20.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e80d694c7245..4c3746ccc2a7 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.18.0
+ pkgver = 1.20.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.18.0.tar.gz
- sha256sums = d8d6bba2e5acbfbc26b5bef0dc58784722b336ff855ec6d18b3987a7d2c6ae8a
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/GARS_1.20.0.tar.gz
+ sha256sums = 3e9e2c6ea7c55da37873c714d776bd5d919fb345dcbe095d8d3f3a3ca47d28c3
pkgname = r-gars
diff --git a/PKGBUILD b/PKGBUILD
index 503e6a12a99f..656da8825e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=GARS
-_pkgver=1.18.0
+_pkgver=1.20.0
pkgname=r-${_pkgname,,}
-pkgver=1.18.0
+pkgver=1.20.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=('d8d6bba2e5acbfbc26b5bef0dc58784722b336ff855ec6d18b3987a7d2c6ae8a')
+sha256sums=('3e9e2c6ea7c55da37873c714d776bd5d919fb345dcbe095d8d3f3a3ca47d28c3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"