summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUncle Hunto2019-01-23 18:27:45 -0800
committerUncle Hunto2019-01-23 18:27:45 -0800
commiteb5ca629994854b9113dfbfc63794d67ac6de927 (patch)
tree4d21f57589bdc75fa4427689651d9df448338d98 /PKGBUILD
parent3e0619a9b0e67647895d08f7bf94bfeff995c79a (diff)
downloadaur-armory-goatpig-git.tar.gz
Add python2-sip-pyqt4 to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"