r-cellbench: auto updated to 1.22.0-1

This commit is contained in:
BioArchLinuxBot 2024-11-09 21:21:44 +00:00
parent 1be998744a
commit 8522279c86

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CellBench
_pkgver=1.20.0
_pkgver=1.22.0
pkgname=r-${_pkgname,,}
pkgver=1.20.0
pkgver=1.22.0
pkgrel=1
pkgdesc='Construct Benchmarks for Single Cell Analysis Methods'
arch=('any')
@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('9557c3b156a73881dbce8d2cd1baeb2a8690e62c2084f12916cea72c1ae4fa2b')
sha256sums=('8476211089d00d832a1b58f1365efa86821df85a957648432695ad4031563831')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"