summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18a6f5e6da40..05d01d4c39a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = pybitmessage
pkgdesc = Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers
pkgver = 0.6.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Bitmessage/PyBitmessage
arch = any
license = MIT
depends = openssl
depends = python2
depends = python2-pyqt4
+ depends = python2-sip-pyqt4
depends = python2-msgpack
depends = qt4
depends = sqlite
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"