diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-11-06 09:20:37 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-11-06 09:20:37 +0200 |
commit | 1a09689271c4e4aaef6837e8aebc9aab39b5ab21 (patch) | |
tree | 13cd1d1a6de31ab67c8f19c4b0a65677417d68f7 /main/sdl | |
parent | 0f1909fc6b97fa9b6e0fb6d0c939214b560d68a1 (diff) | |
download | aports-1a09689271c4e4aaef6837e8aebc9aab39b5ab21.tar.bz2 aports-1a09689271c4e4aaef6837e8aebc9aab39b5ab21.tar.xz |
[various]: rebuild with new binutils for gnu hash
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 f58b20c2c3..69d81747b4 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=6 +pkgrel=7 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" url="http://www.libsdl.org" arch="all" |