summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-12-25 18:05:43 +0000
committerBioArchLinuxBot2022-12-25 18:05:43 +0000
commit5ec11720c24bed82b33f1f48fb9afc4e03b88ed0 (patch)
treea84651c5546f66540feac008b3a5fd33098818c5
parenta4951ad6b1fa28b9cfec8860b0cfeb37b1d5df6f (diff)
downloadaur-5ec11720c24bed82b33f1f48fb9afc4e03b88ed0.tar.gz
[lilac] updated to 1.6.0-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57f3259ec410..5153162bda39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = r-flowgraph
pkgdesc = Identifying differential cell populations in flow cytometry data accounting for marker frequency
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 3
url = https://bioconductor.org/packages/flowGraph
arch = any
license = Artistic2.0
@@ -23,6 +23,7 @@ pkgbase = r-flowgraph
depends = r-stringr
depends = r-visnetwork
optdepends = r-biocstyle
+ optdepends = r-dplyr
optdepends = r-knitr
optdepends = r-rmarkdown
optdepends = r-testthat
diff --git a/PKGBUILD b/PKGBUILD
index 516e066ff4bc..a4bc36d1f181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=flowGraph
_pkgver=1.6.0
pkgname=r-${_pkgname,,}
pkgver=1.6.0
-pkgrel=1
+pkgrel=3
pkgdesc='Identifying differential cell populations in flow cytometry data accounting for marker frequency'
arch=('any')
url="https://bioconductor.org/packages/${_pkgname}"
@@ -30,6 +30,7 @@ depends=(
)
optdepends=(
r-biocstyle
+ r-dplyr
r-knitr
r-rmarkdown
r-testthat