summaryrefslogtreecommitdiff
path: root/pcr/python-sfml2/PKGBUILD
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-23 12:51:42 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2012-08-23 12:51:42 -0500
commit1e612047394eb4eee29357e7ab156db60b88f783 (patch)
tree258b36e06bb02460c1a607dd280d94f3e4234a7f /pcr/python-sfml2/PKGBUILD
parent4bf28ccf9c4352c3e6a49205ea5d3707f6acf612 (diff)
Add mips64el in archs
Diffstat (limited to 'pcr/python-sfml2/PKGBUILD')
-rw-r--r--pcr/python-sfml2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python-sfml2/PKGBUILD b/pcr/python-sfml2/PKGBUILD
index 48a8e4d30..0caf5ab74 100644
--- a/pcr/python-sfml2/PKGBUILD
+++ b/pcr/python-sfml2/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=python-sfml2
pkgver=1.1.0
pkgrel=2
pkgdesc="A Python 3 binding for SFML 2, written with Cython."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://openhelbreath.net/python-sfml2"
license=('GPL3')
depends=('sfml' 'python3')