summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2019-04-12 21:56:10 -0400
committerEric Schulte2019-04-12 21:56:10 -0400
commitaa116f72130462391034255c3246b7de0c58f621 (patch)
tree3bf399ee6f36ec11cefcdf871c84803e0a999670
parent69435c8597416b3fb6fdb5274a61e0489e5dde0c (diff)
downloadaur-aa116f72130462391034255c3246b7de0c58f621.tar.gz
Additional dependencies to build the docs
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6105805c58a..80438dc1799a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,9 @@ url="https://github.com/grammatech/gtirb-pprinter"
license=('MIT')
optdepends=('boost: build against system boost')
depends=()
-makedepends=('git' 'cmake' 'gtirb' 'capstone')
+# python2 --- to build the docs
+# graphviz -- to build the docs
+makedepends=('git' 'cmake' 'gtirb' 'capstone' 'python2' 'graphviz')
provides=('gtirb-pprinter')
source=('git://github.com/grammatech/gtirb-pprinter.git')
sha512sums=('SKIP')