r-dittoseq: auto updated to 1.8.1-1

This commit is contained in:
BioArchLinuxBot 2022-06-04 00:03:24 +00:00
parent cec1dfbd95
commit 92dca77728

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.8.0 _pkgver=1.8.1
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.8.0 pkgver=1.8.1
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=('59ecffca995500f15adf1e93762a05e13709abad7b2413031f5f5bb643645ad6') sha256sums=('647d0af973932ea3cccb87a58ad76e056598695b25e1acbb37b72be73c83206e')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"