r-veloviz: auto updated to 1.2.1-1

This commit is contained in:
BioArchLinuxBot 2022-09-08 00:01:30 +00:00
parent 727bf294e5
commit 162708f26e

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=veloviz _pkgname=veloviz
_pkgver=1.2.0 _pkgver=1.2.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.2.0 pkgver=1.2.1
pkgrel=2 pkgrel=1
pkgdesc='VeloViz: RNA-velocity informed 2D embeddings for visualizing cell state trajectories' pkgdesc='VeloViz: RNA-velocity informed 2D embeddings for visualizing cell state trajectories'
arch=('x86_64') arch=('x86_64')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -21,7 +21,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=('a16170053626b6514e6b358fbb0e86fe8800d2d6e005786e3c69efa4b0833b55') sha256sums=('bf778a385ac159607895a26a8f033dcd3fe4e90b734c165a9d1403561e7c044d')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"