r-splatter: auto updated to 1.18.2-1

This commit is contained in:
BioArchLinuxBot 2022-01-29 02:39:43 +00:00
parent b43584569d
commit 5c4c3e817f

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=splatter _pkgname=splatter
_pkgver=1.18.1 _pkgver=1.18.2
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=${_pkgver//[:-]/.} pkgver=1.18.2
pkgrel=1 pkgrel=1
pkgdesc='Simple Simulation of Single-cell RNA Sequencing Data' pkgdesc='Simple Simulation of Single-cell RNA Sequencing Data'
arch=('any') arch=('any')
@ -58,7 +58,7 @@ optdepends=(
r-zinbwave r-zinbwave
) )
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=('a') sha256sums=('2a445bb284d8f68457922fb513559ade33bb5c11abd28ffd445fe1c9dcb0ecab')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"