summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan la Cour2018-04-27 14:37:09 -0600
committerJonathan la Cour2018-04-27 14:37:09 -0600
commit52f3caa9697e5c5433ebc9624665db9c822600cb (patch)
tree9f768ce3c61e22d1420178b03cd749cfe0e0aed9
parentb706321c94023f2913e0ba588f1ef8eea9e4909b (diff)
downloadaur-52f3caa9697e5c5433ebc9624665db9c822600cb.tar.gz
Release 0.96.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa10c84d857..95424caafc30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Oct 13 03:15:59 UTC 2017
+# Fri Apr 27 20:37:00 UTC 2018
pkgbase = armory-git
pkgdesc = Full-featured Bitcoin wallet management application
- pkgver = v0.96.3.99.r0.g1c7f3e91
- pkgrel = 2
+ pkgver = v0.96.4.r0.gfee1f91a
+ pkgrel = 1
url = https://github.com/goatpig/BitcoinArmory
install = armory-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 8f802849a727..bc00d35d6aa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Pieter Kokx <pieter@kokx.nl>
# Contributor: Patrick Glandien <patrick@synix.io>
pkgname=armory-git
-pkgver=v0.96.3.99.r0.g1c7f3e91
-pkgrel=2
+pkgver=v0.96.4.r0.gfee1f91a
+pkgrel=1
pkgdesc="Full-featured Bitcoin wallet management application"
arch=('i686' 'x86_64')
url="https://github.com/goatpig/BitcoinArmory"
@@ -45,7 +45,7 @@ build() {
PYTHON_VERSION=${_py2ver} ./configure
## Build using current python2 version
- PYTHON_VERSION=${_py2ver} make -j"${nproc}"
+ PYTHON_VERSION=${_py2ver} make
}
package() {