r-switchbox: auto updated to 1.32.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 01:54:50 +00:00
parent 1c2060f193
commit cd4f4400d9

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=switchBox
_pkgver=1.30.0
_pkgver=1.32.0
pkgname=r-${_pkgname,,}
pkgver=1.30.0
pkgrel=2
pkgver=1.32.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')
url="https://bioconductor.org/packages/${_pkgname}"
@ -15,7 +15,7 @@ depends=(
r-proc
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('c7c8ad43d9f478c8ed3fccb2bee800821db76750071c5b654e04cbef51e4e927')
sha256sums=('45e201cb2f5b381be1aafd469626a9c4caa3b6873adecaa9e88e04d56dd4de3b')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"