summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2020-08-17 08:33:42 -1000
committerquest2020-08-17 08:33:42 -1000
commit28fe6e8e6b73fec315a2ba433bbbdb1afa0231d7 (patch)
tree9719e52c71cce1c885f56709af54bf8504cbaad3
parentf30b14c1fdc31ab0324958b985bdb4df9633c239 (diff)
downloadaur-28fe6e8e6b73fec315a2ba433bbbdb1afa0231d7.tar.gz
Update to BCHN 22.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ae5cff07a2a..0496ce7972a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitcoin-cash-node
pkgdesc = Bitcoin Cash Node with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli
- pkgver = 0.21.2
- pkgrel = 2
+ pkgver = 22.0.0
+ pkgrel = 0
url = https://bitcoincashnode.org
install = bitcoin.install
arch = i686
@@ -25,13 +25,13 @@ pkgbase = bitcoin-cash-node
conflicts = bitcoin-seeder
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = https://github.com/bitcoin-cash-node/bitcoin-cash-node/archive/v0.21.2.tar.gz
+ source = https://github.com/bitcoin-cash-node/bitcoin-cash-node/archive/v22.0.0.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = a4f959edc39523423e6f791aef5a448b5c2ab9ca3319f329fd6facc7af422843
+ sha256sums = a748dfbddede65bebbc8c820c591c17b7ea756bc92185ae035294e900dbaeb38
sha256sums = c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104
diff --git a/PKGBUILD b/PKGBUILD
index a559369f3e4d..ea6ac66ad71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-cash-node
-pkgver=0.21.2
-pkgrel=2
+pkgver=22.0.0
+pkgrel=0
pkgdesc="Bitcoin Cash Node with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
url="https://bitcoincashnode.org"
@@ -15,7 +15,7 @@ source=(https://github.com/bitcoin-cash-node/bitcoin-cash-node/archive/v$pkgver.
bitcoin.service
bitcoin-reindex.service
bitcoin.install)
-sha256sums=('a4f959edc39523423e6f791aef5a448b5c2ab9ca3319f329fd6facc7af422843'
+sha256sums=('a748dfbddede65bebbc8c820c591c17b7ea756bc92185ae035294e900dbaeb38'
'c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104'
@@ -60,10 +60,6 @@ package() {
msg2 'Installing license...'
install -Dm 644 COPYING -t "$pkgdir/usr/share/licenses/${pkgname}"
- msg2 'Installing examples...'
- install -Dm644 "contrib/debian/examples/bitcoin.conf" \
- -t "$pkgdir/usr/share/doc/bitcoin/examples"
-
msg2 'Installing documentation...'
install -dm 755 "$pkgdir/usr/share/doc/bitcoin"
for _doc in \