diff options
Diffstat (limited to 'extra/dbus-python/PKGBUILD')
-rw-r--r-- | extra/dbus-python/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/dbus-python/PKGBUILD b/extra/dbus-python/PKGBUILD index df66c9b8e..4033b82b3 100644 --- a/extra/dbus-python/PKGBUILD +++ b/extra/dbus-python/PKGBUILD @@ -5,7 +5,7 @@ pkgname=dbus-python pkgver=0.83.1 pkgrel=2 pkgdesc="Python bindings for DBUS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL' 'LGPL') url="http://www.freedesktop.org/wiki/Software/DBusBindings" depends=('dbus-glib>=0.82' 'python2>=2.7') |