summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn-Gee2021-07-31 02:07:44 -0700
committerJohn-Gee2021-07-31 02:07:44 -0700
commit046732b4d8367f731f78d764bc8b61905b550a69 (patch)
treefd4c38f5367177fe6b402dd6a08bab7a51ca9f0b /PKGBUILD
parentf7a4454d62b726a6d3b2c792ef7498fd5e3edad1 (diff)
downloadaur-046732b4d8367f731f78d764bc8b61905b550a69.tar.gz
It should depend on qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 562a5d3c6776..f5a290722fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64' 'i686')
url="http://dogecoin.com/"
license=('MIT')
provides=('dogecoin-daemon' 'dogecoin-tx' 'dogecoin-cli' )
-depends=('miniupnpc' 'boost-libs' 'protobuf' 'openssl-1.0' 'db' 'libevent')
+depends=('miniupnpc' 'boost-libs' 'protobuf' 'openssl-1.0' 'db' 'libevent' 'qt5-base')
makedepends=('boost' 'gcc' 'make' 'git' 'qt5-tools' 'miniupnpc' 'boost-libs' 'protobuf' 'openssl' 'db')
source=("https://github.com/$_binname/$_binname/archive/v${pkgver}.tar.gz"
"$_binname.desktop")