summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaansu2018-05-31 13:26:42 -0700
committerRaansu2018-05-31 13:26:42 -0700
commit9c09fa0dbdd827f5c9719ec01ce7283fb556f053 (patch)
treea30da7506e821fedf8e7a31329c5d3816376d000
parent690f6561a383cf63c02b631dab418cecdd497306 (diff)
downloadaur-9c09fa0dbdd827f5c9719ec01ce7283fb556f053.tar.gz
Update version number and dependencies in PKGBUILD
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f2c1ae4342f..715056f1ac09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="Bitcoin is a peer-to-peer network based digital currency. This package
arch=('any')
url="https://bitcoin.org"
license=('MIT')
-depends=('gcc-libs' 'miniupnpc' 'openssl' 'db4.8' 'protobuf')
-makedepends=('qt5-base' 'qt5-tools' 'pkg-config' 'git' 'boost-libs' 'boost' 'gcc' 'qrencode' 'make' 'automoc4' 'automake' 'autoconf' 'libtool')
+depends=( 'miniupnpc' 'openssl' 'protobuf')
+makedepends=('qt5-base' 'qt5-tools' 'pkg-config' 'db4.8' 'git' 'boost-libs' 'boost' 'gcc' 'gcc-libs' 'qrencode' 'make' 'automoc4' 'automake' 'autoconf' 'libtool' 'zeromq')
provides=('bitcoin' 'bitcoin-qt' 'bitcoind' 'bitcoin-bin' 'bitcoin-daemon' 'bitcoin-tx' 'bitcoin-cli' 'bitcoin-core')
conflicts=('bitcoin' 'bitcoin-qt' 'bitcoind' 'bitcoin-bin' 'bitcoin-daemon' 'bitcoin-core' 'bitcoin-core-git' 'bitcoin-cli' 'bitcoin-tx')
source=('git://github.com/bitcoin/bitcoin.git')