diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-05 12:02:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-03-05 12:02:55 +0000 |
commit | 0c0effa33451b6367778deb1e24a2942d620e19a (patch) | |
tree | 55d9840f03397815add02a0f8ec35c6efad03be5 /main/sdl | |
parent | 621d31301eb26f65016be5a2161796e72da05ef6 (diff) | |
download | aports-0c0effa33451b6367778deb1e24a2942d620e19a.tar.bz2 aports-0c0effa33451b6367778deb1e24a2942d620e19a.tar.xz |
main/sdl: rebuild against mesa-9.1
Diffstat (limited to 'main/sdl')
-rw-r--r-- | main/sdl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sdl/APKBUILD b/main/sdl/APKBUILD index 9b7f902d8..b58047148 100644 --- a/main/sdl/APKBUILD +++ b/main/sdl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=sdl pkgver=1.2.15 -pkgrel=3 +pkgrel=4 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" url="http://www.libsdl.org" arch="all" |