r-scclassify: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-11 00:13:11 +00:00
parent d043457848
commit e5071a98e7

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scClassify
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.8.0
pkgrel=1
pkgdesc='scClassify: single-cell Hierarchical Classification'
arch=('any')
@ -33,7 +33,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('8067e25ab103b1a7ee4a2387e2fc45590bb51905cfd9cef42b37c89e440c96aa')
sha256sums=('a0630a683890f5c3c63fc3036fac007543f3dd03531df11042ebd793f9cb9630')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"