r-veloviz: auto updated to 1.8.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 23:53:29 +00:00
parent a8f5e8f6ba
commit c85ae149d0

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=veloviz
_pkgver=1.6.0
_pkgver=1.8.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
pkgver=1.8.0
pkgrel=1
pkgdesc='VeloViz: RNA-velocity informed 2D embeddings for visualizing cell state trajectories'
arch=('x86_64')
@ -21,7 +21,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('95402f4376552e92966df131679eb4f1e6664c87a36b314d29010e8e552705af')
sha256sums=('5f6f26e29f060419668bf968491c96cbba1eb470a16ae4d0885731fc19909987')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"