summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-01-14 18:04:32 -0500
committerredfish2018-01-14 18:04:32 -0500
commita6d830bdde846aa28550394a0fd9104fc110e50f (patch)
treeb32e2b085ece56fe999e9fd21a6677d7f8cb0612
parenta0c7e17465678cd8bb87f3b2268b3de7afdf603d (diff)
downloadaur-a6d830bdde846aa28550394a0fd9104fc110e50f.tar.gz
deps: add qt5-tools needed for tranlation stuff
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82bf480beea1..6b68a4cc9ca9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ depends=('boost-libs>=1.45' 'miniupnpc>=1.6' 'libunwind'
# use unbound vendored inside upstream source repo
#'openssl-1.0'
)
-makedepends=('git' 'cmake' 'boost' 'gtest')
+makedepends=('git' 'cmake' 'boost' 'gtest' 'qt5-tools')
pkgdesc="Peer-to-peer anonymous digital currency (daemon, CLI wallet, and wallet API library)"