diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-07-12 16:14:54 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-07-12 16:14:54 -0500 |
commit | 03d128385c4ca773e67c93729a45899590d0d99e (patch) | |
tree | 33ade8d7429481b25e98498ce5abdc1cd3c25022 /community/python-sfml | |
parent | 8878de8508ef59fe63f2d19a258a383ba09b10a8 (diff) |
Add mis64el in archs
Diffstat (limited to 'community/python-sfml')
-rw-r--r-- | community/python-sfml/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-sfml/PKGBUILD b/community/python-sfml/PKGBUILD index d38c21200..67bb13015 100644 --- a/community/python-sfml/PKGBUILD +++ b/community/python-sfml/PKGBUILD @@ -3,7 +3,7 @@ pkgname=python-sfml pkgver=1.3 pkgrel=1 pkgdesc="The unofficial Python binding for SFML" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://python-sfml.org" license=('LGPL') depends=('sfml' 'python') |