summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSander Danielsen2018-12-20 12:25:59 +0100
committerSander Danielsen2018-12-20 12:25:59 +0100
commitbf0681b08d783d3570d6daa2128a72b10ddea36a (patch)
treea180f5761e77b71bbda19765922da451d2e1ef28 /PKGBUILD
parent3ffd3202b683d1d100ce17d9b22be30dffd04a33 (diff)
downloadaur-pybitmessage.tar.gz
Added 'python2-sip-pyqt4' as a dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b49f8df82ea4..79a26117b47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=pybitmessage
_realname=PyBitmessage
pkgver=0.6.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers"
arch=('any')
-depends=('openssl' 'python2' 'python2-pyqt4' 'python2-msgpack' 'qt4' 'sqlite')
+depends=('openssl' 'python2' 'python2-pyqt4' 'python2-sip-pyqt4' 'python2-msgpack' 'qt4' 'sqlite')
optdepends=('mpg123: MP3 sounds support'
'alsa-utils: WAV sounds support')
url="https://github.com/Bitmessage/PyBitmessage"