r-dittoseq: auto updated to 1.14.3-1

This commit is contained in:
BioArchLinuxBot 2024-03-25 18:08:42 +00:00
parent 64af0bfb44
commit d680d488f9

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=dittoSeq _pkgname=dittoSeq
_pkgver=1.14.2 _pkgver=1.14.3
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.14.2 pkgver=1.14.3
pkgrel=1 pkgrel=1
pkgdesc='User Friendly Single-Cell and Bulk RNA Sequencing Visualization' pkgdesc='User Friendly Single-Cell and Bulk RNA Sequencing Visualization'
arch=('any') arch=('any')
@ -41,7 +41,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=('40dff6bc16693acd5b499aed24fa675e16bd5fe1bd7809418d58daf995c1d163') sha256sums=('f1073442f682f982be0d93c37349bdcec905f938cf848aeeba25c0ffa46c2e05')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"