diff options
Diffstat (limited to 'community/bitcoin/APKBUILD')
-rw-r--r-- | community/bitcoin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/bitcoin/APKBUILD b/community/bitcoin/APKBUILD index 90be2be521..ae6e4c25b8 100644 --- a/community/bitcoin/APKBUILD +++ b/community/bitcoin/APKBUILD @@ -6,7 +6,7 @@ _ver=${pkgver/_/} pkgrel=5 pkgdesc="Decentralized P2P electronic cash system" url="https://www.bitcoin.org" -arch="all !armhf" +arch="all !armhf !armv7" license="MIT" makedepends="autoconf automake libtool boost-dev libressl-dev db-dev miniupnpc-dev qt5-qtbase-dev qt5-qttools-dev protobuf-dev libqrencode-dev libevent-dev chrpath" |