summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSander Danielsen2017-04-24 15:42:01 +0200
committerSander Danielsen2017-04-24 15:42:01 +0200
commitbf6cda23d6a21200e47dee4c287d4cd347a44925 (patch)
tree6f2bbeec4bdb089983c578db3750e136e25d1024 /PKGBUILD
parentb524d22e153d423c4133f253f85af681bedbebe6 (diff)
downloadaur-bf6cda23d6a21200e47dee4c287d4cd347a44925.tar.gz
Added python2-msgpack dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71705cf70bd6..18962800026c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=pybitmessage
_realname=PyBitmessage
pkgver=0.6.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' 'qt4' 'sqlite')
+depends=('openssl' 'python2' 'python2-pyqt4' 'python2-msgpack' 'qt4' 'sqlite')
optdepends=('mpg123: MP3 sounds support'
'alsa-utils: WAV sounds support')
url="https://github.com/Bitmessage/PyBitmessage"