diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-09-19 18:03:13 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-09-19 18:03:13 +0200 |
commit | 37ac99de3bc1df2e6c5e0cd8b6af631d589cb4ab (patch) | |
tree | 2498597497896ff6f67b43046fde67a45d1f7a09 /libre | |
parent | 14462aa4f44e12bb0b79f0b0eb4d3bccdafbe9e0 (diff) |
sdl-libre builds on mips64el.
Diffstat (limited to 'libre')
-rw-r--r-- | libre/sdl-libre/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/sdl-libre/PKGBUILD b/libre/sdl-libre/PKGBUILD index 20f6ece4b..b5e29fd4c 100644 --- a/libre/sdl-libre/PKGBUILD +++ b/libre/sdl-libre/PKGBUILD @@ -7,7 +7,7 @@ pkgname=sdl-libre pkgver=1.2.14 pkgrel=7.1 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.libsdl.org" license=('LGPL') provides=("sdl=${pkgver}") |