r-flowsom: auto updated to 2.14.0-1

This commit is contained in:
BioArchLinuxBot 2024-10-31 16:35:54 +00:00
parent 75b8bbb1dd
commit 6ab31d6c6b

View file

@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=FlowSOM
_pkgver=2.12.0
_pkgver=2.14.0
pkgname=r-${_pkgname,,}
pkgver=2.12.0
pkgver=2.14.0
pkgrel=1
pkgdesc='Using self-organizing maps for visualization and interpretation of cytometry data'
arch=('x86_64')
@ -38,7 +38,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
sha256sums=('3ad6ae2bb1192d971997551b0cea3ae95d8ab2b8b535e3fedf17804b50b81977')
sha256sums=('3b3b50c784af7fb4ad849250c9b006e3e62e7a570903ff39e8dad4707b13be05')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"