summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Wheeldon2016-10-24 15:43:27 +0100
committerAdrian Wheeldon2016-10-24 15:43:27 +0100
commitb409a4fa408ea5d51f0041e47151a6588aa34ac7 (patch)
tree64d7c90b7ea88794a1447f6c53ed5a3654ad64fe
parentcf5b42f116158e4694bffa2b55982cade1006690 (diff)
downloadaur-b409a4fa408ea5d51f0041e47151a6588aa34ac7.tar.gz
Add optdepends for stack
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a94d91a8cb68..5f19abc22796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,8 @@ pkgbase = workcraft-git
makedepends = git
makedepends = java-environment
depends = java-runtime
- optdepends = graphviz: Graph manipulation
+ optdepends = graphviz: Graph manipulation,
+ optdepends = stack: Concepts support
provides = workcraft
conflicts = workcraft
source = git+https://github.com/tuura/workcraft.git
diff --git a/PKGBUILD b/PKGBUILD
index 30e514fe44f4..2a27fe653b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ url="http://www.workcraft.org/"
license=('GPL')
makedepends=('git' 'java-environment')
depends=('java-runtime')
-optdepends=('graphviz: Graph manipulation')
+optdepends=(
+ 'graphviz: Graph manipulation',
+ 'stack: Concepts support')
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)