From 82b7fe42c24edab30d31cea206804bc5aea612cc Mon Sep 17 00:00:00 2001 From: "Daniel A. Maierhofer" Date: Mon, 29 May 2023 10:29:12 +0200 Subject: [PATCH] bitcoin: update to 25.0. --- srcpkgs/bitcoin/template | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/srcpkgs/bitcoin/template b/srcpkgs/bitcoin/template index cf464ce35c46..c261d56e290d 100644 --- a/srcpkgs/bitcoin/template +++ b/srcpkgs/bitcoin/template @@ -1,7 +1,7 @@ # Template file for 'bitcoin' pkgname=bitcoin -version=22.0 -revision=5 +version=25.0 +revision=1 build_style=gnu-configure configure_args="--with-incompatible-bdb --disable-ccache --disable-static --enable-hardening --with-boost=${XBPS_CROSS_BASE}/usr --with-gui" @@ -11,14 +11,14 @@ makedepends="db-devel boost-devel miniupnpc-devel qt5-tools-devel short_desc="Bitcoin is a peer-to-peer network based digital currency" maintainer="Daniel A. Maierhofer " license="MIT" -homepage="https://bitcoin.org/" -distfiles="https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz - https://raw.githubusercontent.com/bitcoin-core/packaging/${version%.*}.x/debian/bitcoin-qt.desktop +homepage="https://bitcoincore.org/" +distfiles="https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz + https://raw.githubusercontent.com/bitcoin-core/packaging/main/debian/bitcoin-qt.desktop https://raw.githubusercontent.com/bitcoin/bitcoin/v${version}/share/pixmaps/bitcoin128.png" -checksum="d0e9d089b57048b1555efa7cd5a63a7ed042482045f6f33402b1df425bf9613b +checksum="5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2 0a46bbadda140599e807be38999e6848c89f9c3523d26fede02d34d62d50f632 ad880c8459ecfdb96abe6a4689af06bdd27906e0edcd39d0915482f2da91e722" -conflicts="litecoin>=0" # Both provide libbitcoinconsensus.so.0 +conflicts="litecoin" # Both provide libbitcoinconsensus.so.0 skip_extraction="bitcoin-qt.desktop bitcoin128.png" if [ "$CROSS_BUILD" ]; then @@ -42,15 +42,12 @@ pre_build() { post_install() { rm "${DESTDIR}"/usr/bin/{test,bench}_bitcoin - for b in bitcoind bitcoin-cli bitcoin-tx; do - vcompletion contrib/${b}.bash-completion bash $b - done - vlicense COPYING } bitcoin-devel_package() { depends="${sourcepkg}>=${version}_${revision}" + conflicts="litecoin" # Both provide libbitcoinconsensus.so.0 short_desc+=" - development files" pkg_install() { vmove usr/include