r-cellbench: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-28 12:10:27 +00:00
parent 80a3fa78cf
commit 84f23509f6

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=CellBench
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.18.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=('d620b98ba83aac1f838e0ccb0ffbe98a7f9ab60128a0b00cfe3de72a73f8e891')
sha256sums=('f64606c81060f3964f3397ba5707ed45c1547e457e7d07fd46a4951998c700a3')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"