r-scnorm: auto updated to 1.18.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 07:46:23 +00:00
parent 9e7649b66d
commit d4a7dd3b4a

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SCnorm
_pkgver=1.16.0
_pkgver=1.18.0
pkgname=r-${_pkgname,,}
pkgver=1.16.0
pkgver=1.18.0
pkgrel=1
pkgdesc='Normalization of single cell RNA-seq data'
arch=('any')
@ -29,7 +29,7 @@ optdepends=(
r-rmarkdown
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('3e2f3e03d00da580801c3d47d4995fa704cef1fe937ad435a065eafc3611d189')
sha256sums=('ade0254cac5009f6b5112615122f1623fcd0f9210fd966280c8ca9a9ecf1a12d')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"