r-flowsom: auto updated to 2.4.0-1

This commit is contained in:
BioArchLinuxBot 2022-05-10 23:08:54 +00:00
parent 96c01fd1d2
commit e186cb030b

View file

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