summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2017-08-25 17:39:15 -0700
committerUncle Hunto2017-08-25 17:39:15 -0700
commit1c390fe071d648ffff1be266c59ae1a12f1697f0 (patch)
tree16aa00a288527e5a2ac8f8d03f807f286514c4c9
parent64f9831317554a2ad9e3c0487df05bfd6818133f (diff)
downloadaur-1c390fe071d648ffff1be266c59ae1a12f1697f0.tar.gz
Update to 2.13.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a41e00e872a..e0bc7ce8423a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 5 21:09:04 UTC 2017
+# Sat Aug 26 00:18:12 UTC 2017
pkgbase = armory-goatpig-git
pkgdesc = Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version
- pkgver = v0.96.1.r1.gb77932c8
+ pkgver = v0.96.1.2.r2.g0c19913c
pkgrel = 1
url = https://github.com/goatpig/BitcoinArmory
install = armory.install
@@ -24,7 +24,7 @@ pkgbase = armory-goatpig-git
provides = armory
conflicts = armory
conflicts = armory-git
- source = armory::git+https://github.com/goatpig/BitcoinArmory.git
+ source = armory::git+https://github.com/goatpig/BitcoinArmory.git#branch=testing
sha256sums = SKIP
pkgname = armory-goatpig-git
diff --git a/PKGBUILD b/PKGBUILD
index 5c2dd1bd1381..5588f7f03b28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=armory-goatpig-git
_name=${pkgname%-*-*}
_py2ver=$(pacman -Qi python2 | sed -n 's/\(.*Version *: \)\(.*\..*\)\(\..*\)/\2/p')
-pkgver=v0.96.1.r1.gb77932c8
+pkgver=v0.96.1.2.r13.g79e196d5
pkgrel=1
pkgdesc="Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ optdepends=('bitcoin-daemon: Communicate with the Bitcoin network')
install="${_name}.install"
provides=('armory')
conflicts=('armory' 'armory-git')
-source=("${_name}::git+${url}.git")
+source=("${_name}::git+${url}.git#branch=testing")
sha256sums=('SKIP')
pkgver() {