summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorotreblan2020-06-27 09:53:50 -0500
committerotreblan2020-06-27 09:53:50 -0500
commitc8cdd9caba8662b5d7da59c9b1c8d85dadd1d2c4 (patch)
tree82716fb158c83279dacfa5c3e4608e6f82508ffc /PKGBUILD
parentdbbd67a8a1d2a22d87a664d5666d3e3b55f58d07 (diff)
downloadaur-elfio-git.tar.gz
Add checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 558fc6a58f45..6099c2b36ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ url="https://github.com/serge1/ELFIO"
license=('MIT')
depends=()
makedepends=('git')
+checkdepends=('boost')
provides=(${pkgname%-git})
conflicts=(${pkgname%-git})
options=()