summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2019-11-05 10:08:51 +0100
committerTomZ2019-11-05 10:08:51 +0100
commita57ebe374c5015bdb83ce8099b8c89803da98333 (patch)
tree8b21267883fdcb761c307b96200389fcbd0e58d5
parent496d904808fa8da6544db532b3bb6d4a2152e5b5 (diff)
downloadaur-a57ebe374c5015bdb83ce8099b8c89803da98333.tar.gz
fix makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8fc55808abd..9ed0cc9c2232 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://flowee.org/"
license=('GPL')
depends=('boost-libs' 'libevent' 'openssl')
-makedepends=('boost' 'cmake')
+makedepends=('boost' 'cmake' 'autoconf' 'automake', 'pkgconf')
provides=('flowee-hub')
backup=("etc/flowee/flowee.conf")
install=flowee.install