r-flowgraph: auto updated to 1.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-04-28 02:23:38 +00:00
parent 89c305e76b
commit 7b25e9c8cb

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowGraph
_pkgver=1.2.0
_pkgver=1.4.0
pkgname=r-${_pkgname,,}
pkgver=1.2.0
pkgver=1.4.0
pkgrel=1
pkgdesc='Identifying differential cell populations in flow cytometry data accounting for marker frequency'
arch=('any')
@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('6429b0c5d72ef82065ee2a39293e0a64687031b2501e1d53c406974eb53fceff')
sha256sums=('8d0476618b941000a1401238f00606585c41a2fa8bb36e54f3873aebbdaca946')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"