diff options
Diffstat (limited to 'community/python-pyxmpp/PKGBUILD')
-rw-r--r-- | community/python-pyxmpp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pyxmpp/PKGBUILD b/community/python-pyxmpp/PKGBUILD index bc59379b7..d8e1d6018 100644 --- a/community/python-pyxmpp/PKGBUILD +++ b/community/python-pyxmpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pyxmpp pkgver=1.1.2 pkgrel=2 pkgdesc="A Python XMPP and Jabber implementation based on libxml2" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://pyxmpp.jajcus.net/" license=('LGPL') depends=('python2-dnspython' 'libxml2' 'python-m2crypto') |