summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien2020-11-06 19:45:51 +0000
committerFabien2020-11-06 19:45:51 +0000
commitd07c5848a235043175c20b118d65a18b517aa1c2 (patch)
treeb367671ea2a18fb6c77992a6eea656c833a374fa
parentcf0aa486bf9c523af16a4a8392cf03b1478db7de (diff)
downloadaur-d07c5848a235043175c20b118d65a18b517aa1c2.tar.gz
[AUR] Add PKGBUILD files for the BCHN network variant
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b3f8431723..5ac945eca9f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitcoin-abc-qt
- pkgdesc = Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
- pkgver = 0.22.5
+ pkgdesc = Bitcoin ABC (ABC network) with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
+ pkgver = 0.22.6
pkgrel = 0
url = https://bitcoinabc.org
install = bitcoin.install
@@ -38,13 +38,13 @@ pkgbase = bitcoin-abc-qt
conflicts = bitcoin-wallet
backup = etc/bitcoin/bitcoin.conf
backup = etc/logrotate.d/bitcoin
- source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.22.5.tar.gz
+ source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.22.6.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = 17e4949f049a1678021ed3755d0aeb5e0c9b378be0c7af090e4e555afaa3e3c2
+ sha256sums = 4ccb931c2f26046a69647b773037982dc6c8db056c8c89e6da0957b5e4dcd012
sha256sums = c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104
diff --git a/PKGBUILD b/PKGBUILD
index da495c5f63af..004fe9bfd0e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.22.5
+pkgver=0.22.6
pkgrel=0
-pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
+pkgdesc="Bitcoin ABC (ABC network) with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
url="https://bitcoinabc.org"
depends=('boost-libs' 'libevent' 'desktop-file-utils' 'qt5-base' 'protobuf' 'openssl' 'miniupnpc' 'zeromq' 'qrencode' 'jemalloc')
@@ -101,7 +101,7 @@ package() {
"$pkgdir/usr/share/bash-completion/completions/$_compl"
done
}
-sha256sums=('17e4949f049a1678021ed3755d0aeb5e0c9b378be0c7af090e4e555afaa3e3c2'
+sha256sums=('4ccb931c2f26046a69647b773037982dc6c8db056c8c89e6da0957b5e4dcd012'
'c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104'