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