r-scdd: auto updated to 1.20.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 09:47:44 +00:00
parent 6c10e57c37
commit bcf0290165

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=scDD
_pkgver=1.18.0
_pkgver=1.20.0
pkgname=r-${_pkgname,,}
pkgver=1.18.0
pkgver=1.20.0
pkgrel=1
pkgdesc='Mixture modeling of single-cell RNA-seq data to identify genes with differential distributions'
arch=('x86_64')
@ -29,7 +29,7 @@ optdepends=(
r-knitr
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6595ba5fa5dbb207ffaff7e247853ecf7f42edac229bf53f4ceca73aef944d3e')
sha256sums=('609e55cbef26c0312a55c425e752c9f2a93b132c08ae79d2130e978fc6e05c2e')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"