summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomZ2016-12-29 11:12:09 +0100
committerTomZ2016-12-29 11:12:09 +0100
commita7f8622196f9af41786a460ccbd3dfddda721f26 (patch)
treec461dff8eb2458a93aae3a5bdf3d44e631f8f308
parent7138deecdde2aa43df17d0da90b280d6e8dc5a8f (diff)
downloadaur-a7f8622196f9af41786a460ccbd3dfddda721f26.tar.gz
Revert remove
Its needed during install
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1732f8430bec..162b6747878e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = bitcoin-classic-git
makedepends = boost
makedepends = qt5-tools
depends = boost-libs
+ depends = desktop-file-utils
depends = libevent
depends = qt5-base
depends = protobuf
diff --git a/PKGBUILD b/PKGBUILD
index 498bd989b9b7..b312458cb99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Bitcoin Classic versions of Bitcoind, bitcoin-cli, bitcoin-tx, and bitc
arch=('i686' 'x86_64')
url="https://bitcoinclassic.com/"
license=('MIT')
-depends=('boost-libs' 'libevent' 'qt5-base' 'protobuf' 'openssl' 'miniupnpc' 'zeromq' 'qrencode')
+depends=('boost-libs' 'desktop-file-utils' 'libevent' 'qt5-base' 'protobuf' 'openssl' 'miniupnpc' 'zeromq' 'qrencode')
makedepends=('boost' 'qt5-tools')
provides=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
conflicts=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')