diff options
author | BioArchLinuxBot | 2022-11-02 20:57:10 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2022-11-02 20:57:10 +0000 |
commit | 49c2f34da6e60a46ca8f3c6de60ab10affcc77de (patch) | |
tree | 78af11013166a2c4422328c49f619ca3bdf52dbb | |
parent | 0ffde3ec667e9219e53db67cb8931fa105f2004c (diff) | |
download | aur-49c2f34da6e60a46ca8f3c6de60ab10affcc77de.tar.gz |
[lilac] updated to 1.36.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-flowmap pkgdesc = Mapping cell populations in flow cytometry data for cross-sample comparisons using the Friedman-Rafsky Test - pkgver = 1.34.0 + pkgver = 1.36.0 pkgrel = 1 url = https://bioconductor.org/packages/flowMap arch = any @@ -13,7 +13,7 @@ pkgbase = r-flowmap depends = r-scales optdepends = r-biocstyle optdepends = r-knitr - source = https://bioconductor.org/packages/release/bioc/src/contrib/flowMap_1.34.0.tar.gz - sha256sums = aae86c79baee66d397ecd442903fdeca03a8d10eb274b64438d18382b41b3cfa + source = https://bioconductor.org/packages/release/bioc/src/contrib/flowMap_1.36.0.tar.gz + sha256sums = 38c2d46a537469f183ba99d77e07831d00403ac7744a725929d490ed5795bb85 pkgname = r-flowmap @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=flowMap -_pkgver=1.34.0 +_pkgver=1.36.0 pkgname=r-${_pkgname,,} -pkgver=1.34.0 +pkgver=1.36.0 pkgrel=1 pkgdesc='Mapping cell populations in flow cytometry data for cross-sample comparisons using the Friedman-Rafsky Test' arch=('any') @@ -22,7 +22,7 @@ optdepends=( r-knitr ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('aae86c79baee66d397ecd442903fdeca03a8d10eb274b64438d18382b41b3cfa') +sha256sums=('38c2d46a537469f183ba99d77e07831d00403ac7744a725929d490ed5795bb85') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |