diff options
author | BioArchLinuxBot | 2023-04-27 00:57:14 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-04-27 00:57:14 +0000 |
commit | f2249382056099406e16a3b6ac32286d3d50344f (patch) | |
tree | 8dff032265ebba130a2851fe67f0f7d5e30bad6d | |
parent | 1f2578b5792134316bf7bc35d793139da189c2d0 (diff) | |
download | aur-f2249382056099406e16a3b6ac32286d3d50344f.tar.gz |
[lilac] updated to 1.48.0-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ pkgbase = r-flowplots pkgdesc = flowPlots: analysis plots and data class for gated flow cytometry data - pkgver = 1.46.0 + pkgver = 1.48.0 pkgrel = 1 url = https://bioconductor.org/packages/flowPlots arch = any license = Artistic2.0 depends = r optdepends = r-vcd - source = https://bioconductor.org/packages/release/bioc/src/contrib/flowPlots_1.46.0.tar.gz - sha256sums = 609d276ec4b3fc1c465703c5ca1b69f69d0366a814a7b4590db7f8c239161def + source = https://bioconductor.org/packages/release/bioc/src/contrib/flowPlots_1.48.0.tar.gz + sha256sums = aac3cd903f2426ab146b75752bb19cbfd24610ebfc212e5ed4948dc85f308da1 pkgname = r-flowplots @@ -1,9 +1,9 @@ # Maintainer: Guoyi Zhang <guoyizhang at malacology dot net> _pkgname=flowPlots -_pkgver=1.46.0 +_pkgver=1.48.0 pkgname=r-${_pkgname,,} -pkgver=1.46.0 +pkgver=1.48.0 pkgrel=1 pkgdesc='flowPlots: analysis plots and data class for gated flow cytometry data' arch=('any') @@ -16,7 +16,7 @@ optdepends=( r-vcd ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") -sha256sums=('609d276ec4b3fc1c465703c5ca1b69f69d0366a814a7b4590db7f8c239161def') +sha256sums=('aac3cd903f2426ab146b75752bb19cbfd24610ebfc212e5ed4948dc85f308da1') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" |