summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan la Cour2016-02-15 21:47:43 -0700
committerJonathan la Cour2016-02-15 21:47:43 -0700
commitfad22808b305a5105705422b2a871fb31d78f5ea (patch)
tree92ec3b11cf39973c23fffed7b4d9cb6ca6456689
parentac19f6dfc160cd59d5bfca9b578a506ac68276f5 (diff)
downloadaur-fad22808b305a5105705422b2a871fb31d78f5ea.tar.gz
Switched to new official goatpig fork
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ddc5ab30cc14..531c6749704d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 20:32:07 UTC 2016
pkgbase = armory-git
pkgdesc = Full-featured Bitcoin wallet management application
- pkgver = v0.93.3.r4.g2a6fc53
+ pkgver = v0.93.3.r8.g1c71901
pkgrel = 1
url = https://github.com/etotheipi/BitcoinArmory
install = armory-git.install
@@ -21,7 +23,7 @@ pkgbase = armory-git
optdepends = bitcoin-daemon: Communicate with the Bitcoin network
provides = armory
conflicts = armory
- source = armory-git::git+https://github.com/etotheipi/BitcoinArmory.git
+ source = armory-git::git+https://github.com/goatpig/BitcoinArmory.git
source = run-armory.sh
source = makefile-01.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0eeb44d8c5ff..bf050a48d8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan la Cour <jon@lacour.me>
# Contributor: Pieter Kokx <pieter@kokx.nl>
pkgname=armory-git
-pkgver=v0.93.3.r4.g2a6fc53
+pkgver=v0.93.3.r8.g1c71901
pkgrel=1
pkgdesc="Full-featured Bitcoin wallet management application"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('bitcoin-daemon: Communicate with the Bitcoin network')
install="${pkgname}.install"
provides=('armory')
conflicts=('armory')
-source=("$pkgname"::'git+https://github.com/etotheipi/BitcoinArmory.git'
+source=("$pkgname"::'git+https://github.com/goatpig/BitcoinArmory.git'
'run-armory.sh'
'makefile-01.patch')
noextract=()