r-ucell: auto updated to 2.0.1-1

This commit is contained in:
BioArchLinuxBot 2022-06-23 00:03:10 +00:00
parent 2caf295031
commit c3b4ad69d2

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=UCell
_pkgver=2.0.0
_pkgver=2.0.1
pkgname=r-${_pkgname,,}
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc='Rank-based signature enrichment analysis for single-cell data'
arch=('any')
@ -28,7 +28,7 @@ optdepends=(
r-seurat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('223c2a33331527131d5330cf1e256d43f5f8e16bd36ea2d05341ef4473d8f25c')
sha256sums=('816ce82b2620ac7596680e9174e65953ef3dfe942867f4a58c616902992b9023')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"