summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-11-02 21:40:17 +0000
committerBioArchLinuxBot2022-11-02 21:40:17 +0000
commita4951ad6b1fa28b9cfec8860b0cfeb37b1d5df6f (patch)
tree35bcf6ba00571569099d6a1b479dd0536d232bd5
parentb7d9a5d5a117536c9ecb8b7a45a568d3774ef573 (diff)
downloadaur-a4951ad6b1fa28b9cfec8860b0cfeb37b1d5df6f.tar.gz
[lilac] updated to 1.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3296c5f0298e..57f3259ec410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = r-flowgraph
pkgdesc = Identifying differential cell populations in flow cytometry data accounting for marker frequency
- pkgver = 1.4.0
+ pkgver = 1.6.0
pkgrel = 1
url = https://bioconductor.org/packages/flowGraph
arch = any
@@ -26,7 +26,7 @@ pkgbase = r-flowgraph
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
- source = https://bioconductor.org/packages/release/bioc/src/contrib/flowGraph_1.4.0.tar.gz
- sha256sums = 8d0476618b941000a1401238f00606585c41a2fa8bb36e54f3873aebbdaca946
+ source = https://bioconductor.org/packages/release/bioc/src/contrib/flowGraph_1.6.0.tar.gz
+ sha256sums = 3a96d48d1edf03ccbb75fb2d697a2176ff64aedbb1a6dff102692733f7fc37eb
pkgname = r-flowgraph
diff --git a/PKGBUILD b/PKGBUILD
index 63f58022100c..516e066ff4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
_pkgname=flowGraph
-_pkgver=1.4.0
+_pkgver=1.6.0
pkgname=r-${_pkgname,,}
-pkgver=1.4.0
+pkgver=1.6.0
pkgrel=1
pkgdesc='Identifying differential cell populations in flow cytometry data accounting for marker frequency'
arch=('any')
@@ -35,7 +35,7 @@ optdepends=(
r-testthat
)
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz")
-sha256sums=('8d0476618b941000a1401238f00606585c41a2fa8bb36e54f3873aebbdaca946')
+sha256sums=('3a96d48d1edf03ccbb75fb2d697a2176ff64aedbb1a6dff102692733f7fc37eb')
build() {
R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}"