summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2016-10-14 18:15:50 -0700
committerUncle Hunto2016-10-14 18:15:50 -0700
commitcf8c5321a5f21e7041b450cee961e2d587c24f2f (patch)
tree73dc4ef845c29d59f2275c9414b8ca40b04c7c27
parentc72f0d919760c676623c8bd70651940a143c8c48 (diff)
downloadaur-cf8c5321a5f21e7041b450cee961e2d587c24f2f.tar.gz
Update to 0.13 branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc42a2cb9ce2..95b16b2590a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 03:22:07 UTC 2016
+# Sat Oct 15 01:03:15 UTC 2016
pkgbase = bitcoin-gui-git
pkgdesc = Bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt, most recent stable branch, w/GUI and wallet
- pkgver = v0.12.1.r0.g9779e1e
+ pkgver = v0.13.0.r116.g4ed2627
pkgrel = 1
url = https://bitcoin.org/en/download
install = bitcoin-qt.install
@@ -30,7 +30,7 @@ pkgbase = bitcoin-gui-git
conflicts = bitcoin-cli
conflicts = bitcoin-qt
conflicts = bitcoin-tx
- source = git+https://github.com/bitcoin/bitcoin.git#branch=0.12
+ source = git+https://github.com/bitcoin/bitcoin.git#branch=0.13
source = bitcoin-qt.install
sha256sums = SKIP
sha256sums = ebf7090ca1202e2c2ccd1aa5bb03e6ac911c458141a1cedda9b41f9c26c2602c
diff --git a/PKGBUILD b/PKGBUILD
index f44837ecf292..ab29f01f9b47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
pkgname=bitcoin-gui-git
-pkgver=v0.12.1.r0.g9779e1e
+pkgver=v0.13.0.r116.g4ed2627
pkgrel=1
pkgdesc='Bitcoind, bitcoin-cli, bitcoin-tx, and bitcoin-qt, most recent stable branch, w/GUI and wallet'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'protobuf')
provides=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
conflicts=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
install=bitcoin-qt.install
-source=('git+https://github.com/bitcoin/bitcoin.git#branch=0.12'
+source=('git+https://github.com/bitcoin/bitcoin.git#branch=0.13'
'bitcoin-qt.install')
sha256sums=('SKIP'
'ebf7090ca1202e2c2ccd1aa5bb03e6ac911c458141a1cedda9b41f9c26c2602c')