r-flowmeans: auto updated to 1.64.0-1

This commit is contained in:
BioArchLinuxBot 2024-05-01 19:51:57 +00:00
parent 41e64e9b4b
commit 881482fd52

View file

@ -1,10 +1,10 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowMeans _pkgname=flowMeans
_pkgver=1.62.0 _pkgver=1.64.0
pkgname=r-${_pkgname,,} pkgname=r-${_pkgname,,}
pkgver=1.62.0 pkgver=1.64.0
pkgrel=2 pkgrel=1
pkgdesc='Non-parametric Flow Cytometry Data Gating' pkgdesc='Non-parametric Flow Cytometry Data Gating'
arch=('any') arch=('any')
url="https://bioconductor.org/packages/${_pkgname}" url="https://bioconductor.org/packages/${_pkgname}"
@ -17,7 +17,7 @@ depends=(
r-rrcov r-rrcov
) )
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=('7b0962e21f4425573f70641de016e4395a45b51f42215c1aa2a3cde60a2bc31a') sha256sums=('bad21e3c0a4b2744b23e5a0173e0be986d3a317531bbebf81239481c0e1e772e')
build() { build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"