summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2023-12-12 01:10:40 +0100
committermrxx2023-12-12 01:10:40 +0100
commit56f3197fd83450e4c328dea1f41550b100f95d30 (patch)
tree3d4591e99ffa2eb36a24d68bdcb84215a44b3c09
parent15d33a901c762736ac3fa072de1c24c36ea6609e (diff)
downloadaur-56f3197fd83450e4c328dea1f41550b100f95d30.tar.gz
Upgpkg: 26.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdaa8e925a81..610e54f03c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitcoin-core
pkgdesc = Bitcoin Core headless P2P node
- pkgver = 25.1
+ pkgver = 26.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-25.1/bitcoin-25.1.tar.gz
+ source = https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.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 = bec2a598d8dfa8c2365b77f13012a733ec84b8c30386343b7ac1996e901198c9
+ sha256sums = ab1d99276e28db62d1d9f3901e85ac358d7f1ebcb942d348a9c4e46f0fcdc0a1
sha256sums = b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35
sha256sums = 7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73
sha256sums = 7429a9db1da6bc2eed1ae87f61ab9faecaa3d5d6113422f99a146cc1d8e4b5fd
diff --git a/PKGBUILD b/PKGBUILD
index cf930d5aa118..8bece53d4868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=bitcoin-core
-pkgver=25.1
+pkgver=26.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=('bec2a598d8dfa8c2365b77f13012a733ec84b8c30386343b7ac1996e901198c9'
+sha256sums=('ab1d99276e28db62d1d9f3901e85ac358d7f1ebcb942d348a9c4e46f0fcdc0a1'
'b1908344281498d39bfa40c3b9725f9c95bf22602cd46e6120a1f17bad9dae35'
'7bf4bdad419c1ee30b88c7e4190707c5ff250da8b23d68d5adf14043f8e2ac73'
'7429a9db1da6bc2eed1ae87f61ab9faecaa3d5d6113422f99a146cc1d8e4b5fd'
@@ -107,8 +107,6 @@ package() {
msg2 'Installing bash completion...'
for _compl in bitcoin-cli bitcoin-tx bitcoind; do
- 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