diff options
Diffstat (limited to 'community/python-pyxmpp')
-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 0d832aefb..dacd3827e 100644 --- a/community/python-pyxmpp/PKGBUILD +++ b/community/python-pyxmpp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-pyxmpp pkgver=1.1.1 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=('python-dnspython' 'libxml2' 'python-m2crypto') |