summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAzat Khuzhin2020-03-05 20:05:59 +0300
committerAzat Khuzhin2020-03-05 20:05:59 +0300
commite8e19caf8a4a6b328e00a4647849be7fb273bf2c (patch)
treea07a15805d5f2f82d1a76574692d71b2673e5fbf /PKGBUILD
parentf620755fae834258218d399c88f523ccc1327b07 (diff)
downloadaur-e8e19caf8a4a6b328e00a4647849be7fb273bf2c.tar.gz
Add boost into makedepends (thanks to ProFfeSsoRr)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 594139fedc76..9b3596e1a3bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/mfontanini/cppkafka"
license=('BSD')
depends=('librdkafka-git')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'boost')
source=("git+https://github.com/mfontanini/cppkafka")
sha256sums=('SKIP')