summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Robby Workman2021-04-19 04:51:38 +0200
committer Robby Workman2021-04-19 04:51:38 +0200
commit49d99895a1123a7ca554871f07792c876547eca5 (patch)
treeb0b6d439713baf33e3606b66cc1b665b63c2712a
parent972f31d6b1a7725aa24c4f28be735143eab1f56e (diff)
downloadslackbuilds-49d99895a1123a7ca554871f07792c876547eca5.tar.gz
network/bitcoin: Fixed dep info
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 667e2935be..acf5ceee66 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -14,5 +14,3 @@ at a light client like Electrum.
Please make sure to read the release notes first before upgrading:
https://bitcoincore.org/en/releases/0.21.0/
-
-qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index c9df6a1ae7..3c65d14e79 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.21.0/bitcoin-0.21.0.tar.gz"
MD5SUM="a99c80d18243db0b8089882f9be1302a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="protobuf qt5"
+REQUIRES="protobuf"
MAINTAINER="nomnombtc"
EMAIL="nomnombtc@arcor.de"