summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Schulte2019-04-13 13:37:07 -0400
committerEric Schulte2019-04-13 13:37:07 -0400
commita90a8c48c9d059f84a434ec9fdc9a3676c0c50b9 (patch)
tree9b4153dc343390c21b23860fd05ea89e1857e033 /PKGBUILD
parentae7fa35e7966c04e736575702509aed56083ab2e (diff)
downloadaur-a90a8c48c9d059f84a434ec9fdc9a3676c0c50b9.tar.gz
Another optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bab8f43eebad..820239a08cdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,9 @@ pkgdesc="GrammaTech Intermediate Representation for Binaries"
arch=('x86_64')
url="https://github.com/grammatech/gtirb"
license=('MIT')
-optdepends=('boost: build against system boost')
+optdepends=('boost: build against system boost'
+ # Installed protobuf package also dramatically reduces build time.
+ 'protobuf: multi-language access to serialized GTIRB')
depends=()
# graphviz -- to build the docs
makedepends=('git' 'cmake' 'python' 'doxygen' 'graphviz')