summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-04-27 00:57:14 +0000
committerBioArchLinuxBot2023-04-27 00:57:14 +0000
commitf2249382056099406e16a3b6ac32286d3d50344f (patch)
tree8dff032265ebba130a2851fe67f0f7d5e30bad6d
parent1f2578b5792134316bf7bc35d793139da189c2d0 (diff)
downloadaur-f2249382056099406e16a3b6ac32286d3d50344f.tar.gz
[lilac] updated to 1.48.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f109567aa05..262126c7c444 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index e3caf229a0e7..8806ac5512b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"