diff options
Diffstat (limited to 'community/csfml/PKGBUILD')
-rw-r--r-- | community/csfml/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/csfml/PKGBUILD b/community/csfml/PKGBUILD index 1f47c2772..0a28d763e 100644 --- a/community/csfml/PKGBUILD +++ b/community/csfml/PKGBUILD @@ -11,7 +11,7 @@ fi pkgrel=1 pkgdesc='C bindings for sfml' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('sfml') |