summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUncle Hunto2019-01-23 18:27:45 -0800
committerUncle Hunto2019-01-23 18:27:45 -0800
commiteb5ca629994854b9113dfbfc63794d67ac6de927 (patch)
tree4d21f57589bdc75fa4427689651d9df448338d98
parent3e0619a9b0e67647895d08f7bf94bfeff995c79a (diff)
downloadaur-armory-goatpig-git.tar.gz
Add python2-sip-pyqt4 to depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f127f7d4b475..a526032b7608 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 23 20:05:04 UTC 2019
+# Thu Jan 24 02:26:51 UTC 2019
pkgbase = armory-goatpig-git
pkgdesc = Armory Bitcoin wallet, built from new, official github repo w/auto selection of current python2 version
pkgver = v0.96.5.r0.g1d02a664
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/goatpig/BitcoinArmory
install = armory.install
arch = i686
@@ -20,6 +20,7 @@ pkgbase = armory-goatpig-git
depends = python2-bsddb
depends = python2-psutil
depends = rsync
+ depends = python2-sip-pyqt4
optdepends = bitcoin-daemon: Communicate with the Bitcoin network
provides = armory
conflicts = armory
diff --git a/PKGBUILD b/PKGBUILD
index 3af6c096403d..9c2191900557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=armory-goatpig-git
_name=${pkgname%-*-*}
_py2ver=$(pacman -Qi python2 | sed -n 's/\(.*Version *: \)\(.*\..*\)\(\..*\)/\2/p')
pkgver=v0.96.5.r0.g1d02a664
-pkgrel=1
+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"
license=('AGPL3')
-depends=('crypto++' 'swig' 'python2' 'qt4' 'python2-pyqt4' 'python2-bsddb' 'python2-psutil' 'rsync')
+depends=('crypto++' 'swig' 'python2' 'qt4' 'python2-pyqt4' 'python2-bsddb' 'python2-psutil' 'rsync' 'python2-sip-pyqt4')
makedepends=('git' 'gcc' 'make')
optdepends=('bitcoin-daemon: Communicate with the Bitcoin network')
install="${_name}.install"