r-samspectral: auto updated to 1.56.0-1

This commit is contained in:
BioArchLinuxBot 2023-10-25 18:40:16 +00:00
parent efca005848
commit aebfcd6d56

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=SamSPECTRAL _pkgname=SamSPECTRAL
_pkgver=1.54.0 _pkgver=1.56.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.54.0 pkgver=1.56.0
pkgrel=1 pkgrel=1
pkgdesc='Identifies cell population in flow cytometry data' pkgdesc='Identifies cell population in flow cytometry data'
arch=('x86_64') arch=('x86_64')
@ -13,7 +13,7 @@ depends=(
r r
) )
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=('58118767e076936a6bc1bf5211a53a58b3aaa249adae3f63325c530d091b5428') sha256sums=('49814844e37282fde405c3217ae222637583a0a0ca4f3008194b148f576b74f0')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"