r-mbkmeans: auto updated to 1.12.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:38:30 +00:00
parent 5e14a04ebf
commit f40280d0b8

View file

@ -2,9 +2,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=mbkmeans
_pkgver=1.10.0
_pkgver=1.12.0
pkgname=r-${_pkgname,,}
pkgver=1.10.0
pkgver=1.12.0
pkgrel=1
pkgdesc='Mini-batch K-means Clustering for Single-Cell RNA-seq'
arch=('x86_64')
@ -39,7 +39,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('932ce7a1617e698f9837c0b9dcfa8c926a6863061a141d66b5de218d8290170e')
sha256sums=('0fdeef40f7bce6bf1bc64897616147c74aab1a282adcb987395f52ece9cfb3b8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"