diff options
Diffstat (limited to 'extra/python-urwid/PKGBUILD')
-rw-r--r-- | extra/python-urwid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-urwid/PKGBUILD b/extra/python-urwid/PKGBUILD index c91d5675d..2d15fdcf1 100644 --- a/extra/python-urwid/PKGBUILD +++ b/extra/python-urwid/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.9.9.1 pkgrel=2 pkgdesc="Urwid is a curses-based user interface library." license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('python2') url="http://excess.org/urwid/" source=(http://excess.org/urwid/urwid-$pkgver.tar.gz) |