r-sctreeviz: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-11-07 07:01:02 +00:00
parent 296222b232
commit 83f0ae3993

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scTreeViz _pkgname=scTreeViz
_pkgver=1.2.0 _pkgver=1.4.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2.0 pkgver=1.4.0
pkgrel=2 pkgrel=1
pkgdesc='R/Bioconductor package to interactively explore and visualize single cell RNA-seq datasets with hierarhical annotations' pkgdesc='R/Bioconductor package to interactively explore and visualize single cell RNA-seq datasets with hierarhical annotations'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -43,7 +43,7 @@ optdepends=(
r-testthat r-testthat
) )
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('97abecc049f63a5e8d1c2f3cb76e61c0e397fbb5124b3388e69be0cd818db700') sha256sums=('0481b7466abdab5e97e63e2a39ea989f8c8b843b9ac152824abd5d24c367eca6')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"