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 ed81cf84e..a3c68875c 100644 --- a/extra/python-urwid/PKGBUILD +++ b/extra/python-urwid/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.1.1 pkgrel=1 pkgdesc="Urwid is a curses-based user interface library." license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') makedepends=('python2-distribute' 'python-distribute') url="http://excess.org/urwid/" source=(http://excess.org/urwid/urwid-$pkgver.tar.gz) |