summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien2024-04-04 13:01:09 +0000
committerFabien2024-04-04 13:01:09 +0000
commitf44b1a8d5d013741f496b2058a4b41d9d88a4095 (patch)
tree434e82e1c1b2860b967d4cc4436e6614dc24aea6
parent75bd87487cd904defd1eb11e5750721ae2a55466 (diff)
downloadaur-f44b1a8d5d013741f496b2058a4b41d9d88a4095.tar.gz
Bump version to 0.29.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66959e6b644..08b2c379414a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = bitcoin-abc-qt
pkgdesc = Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt
- pkgver = 0.28.12
+ pkgver = 0.29.0
pkgrel = 0
url = https://bitcoinabc.org
install = bitcoin.install
arch = i686
arch = x86_64
license = MIT
- makedepends = binutils
makedepends = cmake
makedepends = ninja
makedepends = boost
@@ -40,13 +39,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.28.12.tar.gz
+ source = https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v0.29.0.tar.gz
source = bitcoin.conf
source = bitcoin.logrotate
source = bitcoin.service
source = bitcoin-reindex.service
source = bitcoin.install
- sha256sums = df2465e6a9f7faa13023488ba01a21a3a6b45b02dcffbb18b1e6f15f72052a76
+ sha256sums = 80f5fd66f475dc1d4e126e7b36a2272ccd8946a76c9bb424356f351b370c00c8
sha256sums = c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f
sha256sums = 8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f
sha256sums = f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104
diff --git a/PKGBUILD b/PKGBUILD
index 2d8f3314018f..04d80e5f645b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>
pkgname=bitcoin-abc-qt
-pkgver=0.28.12
+pkgver=0.29.0
pkgrel=0
pkgdesc="Bitcoin ABC 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' 'libnatpmp' 'zeromq' 'qrencode' 'jemalloc')
-makedepends=('binutils' 'cmake' 'ninja' 'boost' 'qt5-tools' 'python' 'help2man' 'xorg-server-xvfb')
+makedepends=('cmake' 'ninja' 'boost' 'qt5-tools' 'python' 'help2man' 'xorg-server-xvfb')
license=('MIT')
source=(https://github.com/Bitcoin-ABC/bitcoin-abc/archive/v$pkgver.tar.gz
bitcoin.conf
@@ -102,7 +102,7 @@ package() {
"$pkgdir/usr/share/bash-completion/completions/$_compl"
done
}
-sha256sums=('df2465e6a9f7faa13023488ba01a21a3a6b45b02dcffbb18b1e6f15f72052a76'
+sha256sums=('80f5fd66f475dc1d4e126e7b36a2272ccd8946a76c9bb424356f351b370c00c8'
'c30e5c7e0e97b001fdeac5f4510d5ebc0e0499ec086325e845db609a24f2e22f'
'8f05207b586916d489b7d25a68eaacf6e678d7cbb5bfbac551903506b32f904f'
'f2fd9d8331238727333cf2412ba3759cb194a65b2060eff36808b24c06382104'