summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 02:33:47 +0000
committerBioArchLinuxBot2023-04-27 02:33:47 +0000
commita76569324cea1dc49429b005215b081ca2b509a7 (patch)
treeffdd29a7e8b3add232ec341d7d91a3aeb2891dec
parentf23100b2af7c883fa160d2f71fef729191ec2747 (diff)
downloadaur-a76569324cea1dc49429b005215b081ca2b509a7.tar.gz
[lilac] updated to 1.36.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6a6defab818..a16567f61f16 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.34.0
+ pkgver = 1.36.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.34.0.tar.gz
- sha256sums = 916695de3eecbe7275739318a15388b2a4d0ceb2cfc6aa29718c66b429e72956
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/switchBox_1.36.0.tar.gz
+ sha256sums = 649c22a8b80bf0972ee3f07579646e94be5ed41a4a3c068f2bd231d6a6a13987
pkgname = r-switchbox
diff --git a/PKGBUILD b/PKGBUILD
index be626f926efb..d4ec262e878e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=switchBox
-_pkgver=1.34.0
+_pkgver=1.36.0
pkgname=r-${_pkgname,,}
-pkgver=1.34.0
+pkgver=1.36.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=('916695de3eecbe7275739318a15388b2a4d0ceb2cfc6aa29718c66b429e72956')
+sha256sums=('649c22a8b80bf0972ee3f07579646e94be5ed41a4a3c068f2bd231d6a6a13987')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"