diff options
Diffstat (limited to 'community/python2-traits/PKGBUILD')
-rw-r--r-- | community/python2-traits/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python2-traits/PKGBUILD b/community/python2-traits/PKGBUILD index 4efd06c57..1ae9671e7 100644 --- a/community/python2-traits/PKGBUILD +++ b/community/python2-traits/PKGBUILD @@ -5,7 +5,7 @@ pkgname=python2-traits pkgver=4.3.0 pkgrel=1 pkgdesc="Explicitly typed attributes for Python" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="https://github.com/enthought/traits" license=('BSD') depends=('python2-numpy') |