summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-05-01 19:38:24 +0000
committerBioArchLinuxBot2024-05-01 19:38:24 +0000
commit6f987e9f5eed6eff948d9df7b7411b2156d38104 (patch)
tree2473da0150362274023973fba2d9134df8399fb4
parente842abe8e924d0b1e5176c217f9badf494896e45 (diff)
downloadaur-6f987e9f5eed6eff948d9df7b7411b2156d38104.tar.gz
[lilac] updated to 1.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee00103e2473..9f210c52d3f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-switchbox
pkgdesc = Utilities to train and validate classifiers based on pair switching using the K-Top-Scoring-Pair (KTSP) algorithm
- pkgver = 1.38.0
+ pkgver = 1.40.0
pkgrel = 1
url = https://bioconductor.org/packages/switchBox
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = r-switchbox
depends = r
depends = r-gplots
depends = r-proc
- source = https://bioconductor.org/packages/release/bioc/src/contrib/switchBox_1.38.0.tar.gz
- sha256sums = a576901b33f71ff02647de872a8e57fc1a58c82985742e20862a811a17cb6e37
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/switchBox_1.40.0.tar.gz
+ sha256sums = f19eaf2c518ab0e22d1e26ddd6d1fd24fb79f0fc203098f46cf7b507812ca30c
pkgname = r-switchbox
diff --git a/PKGBUILD b/PKGBUILD
index 52ee4cbaeb9c..11e296b504bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=switchBox
-_pkgver=1.38.0
+_pkgver=1.40.0
pkgname=r-${_pkgname,,}
-pkgver=1.38.0
+pkgver=1.40.0
pkgrel=1
pkgdesc='Utilities to train and validate classifiers based on pair switching using the K-Top-Scoring-Pair (KTSP) algorithm'
arch=('x86_64')
@@ -15,7 +15,7 @@ depends=(
r-proc
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('a576901b33f71ff02647de872a8e57fc1a58c82985742e20862a811a17cb6e37')
+sha256sums=('f19eaf2c518ab0e22d1e26ddd6d1fd24fb79f0fc203098f46cf7b507812ca30c')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"