summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2017-08-25 18:07:44 -0700
committerUncle Hunto2017-08-25 18:07:44 -0700
commit2b6e7c08e5967bbbddf3e7dfc2e2d7f8520ebc4d (patch)
treeb68dc110a9cf66d55ad5a6600edc718661fe95c3
parentf66b9d963cbbd97bf4fa99d654d9cf2aa46b18fd (diff)
downloadaur-2b6e7c08e5967bbbddf3e7dfc2e2d7f8520ebc4d.tar.gz
Fix pkgver and pkgrel
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f084dc0efa2..df97a0fede9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 26 00:46:55 UTC 2017
+# Sat Aug 26 01:05:49 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.2.r13.g79e196d5
+ pkgver = v0.96.1.r1.gb77932c8
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#branch=testing
+ source = armory::git+https://github.com/goatpig/BitcoinArmory.git
sha256sums = SKIP
pkgname = armory-goatpig-git
diff --git a/PKGBUILD b/PKGBUILD
index 5588f7f03b28..c06c0a4d57e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=armory-goatpig-git
_name=${pkgname%-*-*}
_py2ver=$(pacman -Qi python2 | sed -n 's/\(.*Version *: \)\(.*\..*\)\(\..*\)/\2/p')
-pkgver=v0.96.1.2.r13.g79e196d5
-pkgrel=1
+pkgver=v0.96.1.r1.gb77932c8
+pkgrel=2
pkgdesc="Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version"
arch=('i686' 'x86_64')
url="https://github.com/goatpig/BitcoinArmory"
@@ -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#branch=testing")
+source=("${_name}::git+${url}.git")
sha256sums=('SKIP')
pkgver() {