summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2016-11-14 14:59:44 -0500
committerDavid Parrish2016-11-14 14:59:44 -0500
commitbbf951e3d0780f3b29adb82030e619efbd7dbdb0 (patch)
treefd916a2d54ec14176cd4f04a0514d679337cfb12
parentf35c36a677a299fbd2ca1cc2a266c5daaebaa586 (diff)
downloadaur-bbf951e3d0780f3b29adb82030e619efbd7dbdb0.tar.gz
Change 'python-msgpack' to 'python2-msgpack'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffeafa401a6d..8b5121b27f3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Nov 14 19:54:54 UTC 2016
+# Mon Nov 14 19:58:51 UTC 2016
pkgbase = pybitmessage-dev-git
pkgdesc = Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers
pkgver = 0.6.1.r61.g612333a
@@ -13,7 +13,7 @@ pkgbase = pybitmessage-dev-git
depends = python2-pyqt4
depends = qt4
depends = sqlite
- depends = python-msgpack
+ depends = python2-msgpack
optdepends = mpg123: MP3 sounds support
optdepends = alsa-utils: WAV sounds support
provides = pybitmessage
diff --git a/PKGBUILD b/PKGBUILD
index b782dc379a01..1c7dc9f02a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.6.1.r61.g612333a
pkgrel=1
pkgdesc="Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers"
arch=('i686' 'x86_64')
-depends=('openssl' 'python2' 'python2-pyqt4' 'qt4' 'sqlite' 'python-msgpack')
+depends=('openssl' 'python2' 'python2-pyqt4' 'qt4' 'sqlite' 'python2-msgpack')
optdepends=('mpg123: MP3 sounds support'
'alsa-utils: WAV sounds support')
url="https://github.com/Bitmessage/PyBitmessage"