summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBastian Rieck2017-12-06 15:56:09 +0100
committerBastian Rieck2017-12-06 15:56:09 +0100
commit1abac54be954770cbe09a892fc3a5f86132f9b00 (patch)
tree0189cfb1276aa9e7f16f8191b6e0f0b634817290 /PKGBUILD
parent9ba139aefa7fd9fb16fd43fd6f07c02904ab7805 (diff)
downloadaur-aleph-git.tar.gz
Added optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5797361b417..c5445a200d00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ license=('MIT')
groups=()
depends=('boost')
makedepends=('git' 'cmake')
+optdepends=('flann: Support for fast approximate nearest neighbour search'
+ 'rapidjson: Support for JSON input and output')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()