diff options
Diffstat (limited to 'community/sfml/PKGBUILD')
-rw-r--r-- | community/sfml/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/sfml/PKGBUILD b/community/sfml/PKGBUILD index 2cd8af622..08bd35335 100644 --- a/community/sfml/PKGBUILD +++ b/community/sfml/PKGBUILD @@ -6,7 +6,7 @@ pkgname=sfml pkgver=2.0 pkgrel=1 pkgdesc='A simple, fast, cross-platform, and object-oriented multimedia API' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://www.sfml-dev.org/' license=('zlib') depends=('libsndfile' 'libxrandr' 'libjpeg' 'openal' 'glew' 'freetype2') |