network/bitcoin: Fixed dep info

This commit is contained in:
Robby Workman 2021-04-18 21:51:38 -05:00
parent 972f31d6b1
commit 49d99895a1
2 changed files with 1 additions and 3 deletions

View file

@ -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.

View file

@ -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"