summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2017-06-26 18:59:36 -0700
committerUncle Hunto2017-06-26 18:59:36 -0700
commitd92acfdc389ebbdcb3130b03ee559763de118264 (patch)
tree4d2fe67a582942bea1807e9866555bbff970e0a4
parent4967f3d1be19629c320804989f247d2cf4de575a (diff)
downloadaur-d92acfdc389ebbdcb3130b03ee559763de118264.tar.gz
Update to 0.14.2, add python to make depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d9ec1d884a..459404089b60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 18:45:09 UTC 2017
+# Tue Jun 27 01:58:56 UTC 2017
pkgbase = bitcoin-uasf-git
pkgdesc = EXPERIMENTAL! Signal support for BIP148, a User Activated Soft Fork (UASF) activating segwit
- pkgver = v0.14.1.uasfsegwit0.3.r0.g1809845d9
+ pkgver = v0.14.2.uasfsegwit0.3.r6.g5c1fdcbc1
pkgrel = 1
url = https://github.com/UASF/bitcoin
install = bitcoin-qt.install
@@ -17,6 +17,7 @@ pkgbase = bitcoin-uasf-git
makedepends = qrencode
makedepends = protobuf
makedepends = zeromq
+ makedepends = python
depends = boost-libs
depends = desktop-file-utils
depends = libevent
diff --git a/PKGBUILD b/PKGBUILD
index d000ada66ae0..f85c7a9dac82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Uncle Hunto <unclehunto äτ ÝãΗ00 Ð0τ ÇÖΜ>
pkgname=bitcoin-uasf-git
-pkgver=v0.14.1.uasfsegwit0.3.r0.g1809845d9
+pkgver=v0.14.2.uasfsegwit0.3.r6.g5c1fdcbc1
pkgrel=1
pkgdesc='EXPERIMENTAL! Signal support for BIP148, a User Activated Soft Fork (UASF) activating segwit'
arch=('i686' 'x86_64')
url="https://github.com/UASF/bitcoin"
license=('MIT')
depends=('boost-libs' 'desktop-file-utils' 'libevent' 'protobuf' 'qrencode' 'qt5-base' 'zeromq')
-makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'protobuf' 'zeromq')
+makedepends=('git' 'boost' 'libevent' 'qt5-base' 'qt5-tools' 'qrencode' 'protobuf' 'zeromq' 'python')
optdepends=('db4.8: Wallet portability/compatibility w/official binaries')
provides=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')
conflicts=('bitcoin-daemon' 'bitcoin-cli' 'bitcoin-qt' 'bitcoin-tx')