diff options
Diffstat (limited to 'extra/wxpython')
-rw-r--r-- | extra/wxpython/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/wxpython/PKGBUILD b/extra/wxpython/PKGBUILD index ccb46efba..1b438d296 100644 --- a/extra/wxpython/PKGBUILD +++ b/extra/wxpython/PKGBUILD @@ -5,7 +5,7 @@ pkgname=wxpython pkgver=2.8.12.0 pkgrel=1 pkgdesc="A wxWidgets GUI toolkit for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom:wxWindows') url="http://www.wxpython.org" depends=('wxgtk' 'python2') |