diff options
Diffstat (limited to 'community/imdbpy/PKGBUILD')
-rw-r--r-- | community/imdbpy/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD index 77f70bf1e..8ebacc82b 100644 --- a/community/imdbpy/PKGBUILD +++ b/community/imdbpy/PKGBUILD @@ -10,7 +10,7 @@ pkgver=4.9 pkgrel=1 pkgdesc="Python bindings for the Internet Movie Database (IMDb)" url="http://imdbpy.sourceforge.net/" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') depends=('python2') makedepends=('python2-distribute') |