r-scannotatr: auto updated to 1.6.0-1

This commit is contained in:
BioArchLinuxBot 2023-04-27 16:54:50 +00:00
parent 8f60cf6628
commit d320849e23

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scAnnotatR
_pkgver=1.4.0
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.4.0
pkgrel=4
pkgver=1.6.0
pkgrel=1
pkgdesc='Pretrained learning models for cell type prediction on single cell RNA-sequencing data'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@ -32,7 +32,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('237d1d9ebf6bc35430c2b2a7783bdd52207c9e07efc37b19dd3dfff567198065')
sha256sums=('d649fa0ee31464b75c82b4f2fe1a3e6c98d4bd9a50bb791009f2c16c6713b857')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"