diff options
author | BioArchLinuxBot | 2023-10-26 01:47:37 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-10-26 01:47:37 +0000 |
commit | ce31049a6060dbf5132e227781f0e5fe6eaf0d60 (patch) | |
tree | 20c88d8b7a6d8328a4cb552a006b39423ecf2903 | |
parent | e2ca9df2cb1c052512f8eb8a940f6d02506679a4 (diff) | |
download | aur-ce31049a6060dbf5132e227781f0e5fe6eaf0d60.tar.gz |
[lilac] updated to 2.10.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = r-flowsom pkgdesc = Using self-organizing maps for visualization and interpretation of cytometry data - pkgver = 2.8.0 + pkgver = 2.10.0 pkgrel = 1 url = https://bioconductor.org/packages/FlowSOM arch = x86_64 @@ -29,7 +29,7 @@ pkgbase = r-flowsom optdepends = r-pheatmap optdepends = r-scattermore optdepends = r-testthat - source = https://bioconductor.org/packages/release/bioc/src/contrib/FlowSOM_2.8.0.tar.gz - sha256sums = 604fb85ce7e4a1325225ed19b785efb87deaea2fea72095d25414e1d8cb7c08f + source = https://bioconductor.org/packages/release/bioc/src/contrib/FlowSOM_2.10.0.tar.gz + sha256sums = 74d4f46e6b3928affca83628d030f9b5cd8624993b7d9723be5dbb49d6f81d9c pkgname = r-flowsom @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=FlowSOM -_pkgver=2.8.0 +_pkgver=2.10.0 pkgname=r-${_pkgname,,} -pkgver=2.8.0 +pkgver=2.10.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=('604fb85ce7e4a1325225ed19b785efb87deaea2fea72095d25414e1d8cb7c08f') +sha256sums=('74d4f46e6b3928affca83628d030f9b5cd8624993b7d9723be5dbb49d6f81d9c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |