summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2021-07-31 02:07:44 -0700
committerJohn-Gee2021-07-31 02:07:44 -0700
commit046732b4d8367f731f78d764bc8b61905b550a69 (patch)
treefd4c38f5367177fe6b402dd6a08bab7a51ca9f0b
parentf7a4454d62b726a6d3b2c792ef7498fd5e3edad1 (diff)
downloadaur-046732b4d8367f731f78d764bc8b61905b550a69.tar.gz
It should depend on qt5
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c6614a3a95c..1b6a0b5af6b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,6 +23,7 @@ pkgbase = dogecoin-qt
depends = openssl-1.0
depends = db
depends = libevent
+ depends = qt5-base
provides = dogecoin-daemon
provides = dogecoin-tx
provides = dogecoin-cli
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")