summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-05-31 22:49:42 +0200
committermrxx2023-05-31 22:49:42 +0200
commitee7b7415f9580582b887c127e44343be5d8ae98e (patch)
tree3ebf886f590817bc7c8c1725c3b4a2d7f069f1c0
parent98d36a8cc429d17924aba5727818ebd88180e4e0 (diff)
downloadaur-ee7b7415f9580582b887c127e44343be5d8ae98e.tar.gz
Upgpkg: 25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49568114241a..c71297da917f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitcoin-core
pkgdesc = Bitcoin Core headless P2P node
- pkgver = 24.1
+ pkgver = 25.0
pkgrel = 1
url = https://bitcoincore.org
install = bitcoind.install
@@ -35,7 +35,7 @@ pkgbase = bitcoin-core
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
backup = etc/logrotate.d/bitcoind
- source = https://bitcoincore.org/bin/bitcoin-core-24.1/bitcoin-24.1.tar.gz
+ source = https://bitcoincore.org/bin/bitcoin-core-25.0/bitcoin-25.0.tar.gz
source = bitcoin.conf
source = bitcoind.logrotate
source = bitcoind.service
@@ -45,7 +45,7 @@ pkgbase = bitcoin-core
source = bitcoin-core-01-userdel.hook
source = bitcoin-core-02-chown.hook
source = bitcoin-core-02-rm-rf.hook
- sha256sums = 8a0a3db3b2d9cc024e897113f70a3a65d8de831c129eb6d1e26ffa65e7bfaf4e
+ sha256sums = 5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2
sha256sums = b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = 7429a9db1da6bc2eed1ae87f61ab9faecaa3d5d6113422f99a146cc1d8e4b5fd
diff --git a/PKGBUILD b/PKGBUILD
index 663372e86108..a9cf14e54f4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=bitcoin-core
-pkgver=24.1
+pkgver=25.0
pkgrel=1
pkgdesc="Bitcoin Core headless P2P node"
arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
@@ -21,7 +21,7 @@ source=(https://bitcoincore.org/bin/bitcoin-core-$pkgver/bitcoin-$pkgver.tar.gz
bitcoin-core-01-userdel.hook
bitcoin-core-02-chown.hook
bitcoin-core-02-rm-rf.hook)
-sha256sums=('8a0a3db3b2d9cc024e897113f70a3a65d8de831c129eb6d1e26ffa65e7bfaf4e'
+sha256sums=('5df67cf42ca3b9a0c38cdafec5bbb517da5b58d251f32c8d2a47511f9be1ebc2'
'b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35'
'7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73'
'7429a9db1da6bc2eed1ae87f61ab9faecaa3d5d6113422f99a146cc1d8e4b5fd'
@@ -107,8 +107,10 @@ package() {
msg2 'Installing bash completion...'
for _compl in bitcoin-cli bitcoin-tx bitcoind; do
- install -Dm 644 "contrib/${_compl}.bash-completion" \
+ install -Dm 644 "contrib/completions/bash/${_compl}.bash-completion" \
"$pkgdir/usr/share/bash-completion/completions/$_compl"
+ install -Dm 644 "contrib/completions/fish/${_compl}.fish" \
+ -t "$pkgdir/usr/share/fish/vendor_completions.d/"
done
# XXX: pacman hook on Remove event not firing