diff options
Diffstat (limited to 'extra/python-pygame/PKGBUILD')
-rw-r--r-- | extra/python-pygame/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python-pygame/PKGBUILD b/extra/python-pygame/PKGBUILD index ef664c8cd..3bd8c4847 100644 --- a/extra/python-pygame/PKGBUILD +++ b/extra/python-pygame/PKGBUILD @@ -8,7 +8,7 @@ pkgname=python-pygame pkgver=1.9.1 pkgrel=4 pkgdesc="Python game library" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.pygame.org/" license=('LGPL') depends=('sdl_mixer' 'libvorbis' 'sdl_ttf' 'sdl_image' 'smpeg') |