summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-10-25 20:33:17 +0000
committerBioArchLinuxBot2023-10-25 20:33:17 +0000
commite842abe8e924d0b1e5176c217f9badf494896e45 (patch)
tree1cb302092b80d068262a2581d8442152ef65dc5a
parenta76569324cea1dc49429b005215b081ca2b509a7 (diff)
downloadaur-e842abe8e924d0b1e5176c217f9badf494896e45.tar.gz
[lilac] updated to 1.38.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a16567f61f16..ee00103e2473 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.36.0
+ pkgver = 1.38.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.36.0.tar.gz
- sha256sums = 649c22a8b80bf0972ee3f07579646e94be5ed41a4a3c068f2bd231d6a6a13987
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/switchBox_1.38.0.tar.gz
+ sha256sums = a576901b33f71ff02647de872a8e57fc1a58c82985742e20862a811a17cb6e37
pkgname = r-switchbox
diff --git a/PKGBUILD b/PKGBUILD
index d4ec262e878e..52ee4cbaeb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=switchBox
-_pkgver=1.36.0
+_pkgver=1.38.0
pkgname=r-${_pkgname,,}
-pkgver=1.36.0
+pkgver=1.38.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=('649c22a8b80bf0972ee3f07579646e94be5ed41a4a3c068f2bd231d6a6a13987')
+sha256sums=('a576901b33f71ff02647de872a8e57fc1a58c82985742e20862a811a17cb6e37')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"