diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-12 20:25:27 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-01-12 20:25:27 -0200 |
commit | 4a3e8ad3135798258662ffd55ea5a6fdfc554d5d (patch) | |
tree | 032ff53e82a5a9ed32b920525c4c256f87e2611c /libre/sdl-libre/PKGBUILD | |
parent | 8a06e7fc03d99455c65b4a09a1d57ae3b6dad4a2 (diff) | |
download | abslibre-4a3e8ad3135798258662ffd55ea5a6fdfc554d5d.tar.gz abslibre-4a3e8ad3135798258662ffd55ea5a6fdfc554d5d.tar.bz2 abslibre-4a3e8ad3135798258662ffd55ea5a6fdfc554d5d.zip |
{,lib32-}sdl-libre: fix description on PKGBUILD
Diffstat (limited to 'libre/sdl-libre/PKGBUILD')
-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 a8db7241f..79dadf954 100644 --- a/libre/sdl-libre/PKGBUILD +++ b/libre/sdl-libre/PKGBUILD @@ -9,7 +9,7 @@ pkgname=sdl-libre pkgver=1.2.15 pkgrel=5 -pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" +pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard, without nonfree riva_mmio.h file" arch=('i686' 'x86_64') url="http://www.libsdl.org" license=('LGPL') |