summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Wheeldon2016-10-17 10:25:48 +0100
committerAdrian Wheeldon2016-10-17 10:25:48 +0100
commit2e0bade7a6ca64be13a6e2b03cc54d2f94e42ca4 (patch)
tree0239103d617128aa0a106c67dc1fdf7fb55c502d /PKGBUILD
parentba635730a2a87dfb8d04565ab567a098d9187e68 (diff)
downloadaur-2e0bade7a6ca64be13a6e2b03cc54d2f94e42ca4.tar.gz
Add graphviz as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c24471ad724..e93c252a0784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="http://www.workcraft.org/"
license=('GPL')
makedepends=('git' 'java-environment')
depends=('java-runtime')
+optdepends=('graphviz: Graph manipulation')
provides=('workcraft')
conflicts=('workcraft')
source=(git+https://github.com/tuura/workcraft.git git+https://github.com/tuura/workcraft-dist-template.git git+https://github.com/tuura/workcraft-doc.git workcraft_start.sh)