summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Schulte2020-05-06 19:10:22 -0400
committerEric Schulte2020-05-06 19:11:35 -0400
commit7231e94375e63c6a7c00a1d2d7afc89f2bfbe439 (patch)
tree9f745e376764403575cc29a5cb36b7843453560e
parentcbf141f2817d78dd57a5f1f17315f8669c2f5db9 (diff)
downloadaur-7231e94375e63c6a7c00a1d2d7afc89f2bfbe439.tar.gz
Boost is a runtime dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a49e52f5dca..76e538ad9794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = ddisasm-git
makedepends = gtirb-pprinter
depends = capstone
depends = libehp
- optdepends = boost: build against system boost
+ depends = boost
provides = ddisasm
source = git://github.com/grammatech/ddisasm.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3d9633c9824..10fe38a511d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="A fast and accurate disassembler"
arch=('x86_64')
url="https://github.com/grammatech/ddisasm"
license=('aGPLv3')
-optdepends=('boost: build against system boost')
-depends=('capstone' 'libehp')
+depends=('capstone' 'libehp' 'boost')
makedepends=('git' 'cmake' 'souffle' 'mcpp' 'lief' 'gtirb' 'gtirb-pprinter')
provides=('ddisasm')
source=('git://github.com/grammatech/ddisasm.git')