r-biocsklearn: auto updated to 1.18.2-1

This commit is contained in:
BioArchLinuxBot 2022-06-04 00:02:53 +00:00
parent 887f03cb2f
commit cec1dfbd95

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=BiocSklearn
_pkgver=1.18.0
_pkgver=1.18.2
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgver=1.18.2
pkgrel=1
pkgdesc='interface to python sklearn via Rstudio reticulate'
arch=('any')
@ -31,7 +31,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('fe28fc9a752f577f55184161c16c3ce159d95865a6e73f81ba85a0ea6f0e1da3')
sha256sums=('efdd260e7ccaf6d01f8bae84e3d6b2fc7ad460def5588eddb6b0322fc2a53861')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"