r-clustifyr: auto updated to 1.10.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-07 06:31:35 +00:00
parent b3d5c7c21a
commit 7904446408

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=clustifyr
_pkgver=1.8.0
_pkgver=1.10.0
pkgname=r-${_pkgname,,}
pkgver=1.8.0
pkgrel=2
pkgver=1.10.0
pkgrel=1
pkgdesc='Classifier for Single-cell RNA-seq Using Cell Clusters'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -45,7 +45,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('ac53b68d23ae26d6628581e07a5eb85d8123ca10bd2489944acf295ef55b34b0')
sha256sums=('af9d7eed474848c7d45f00cedbb2b24ac979a5258b4c6b542048cb6a586df6f8')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"