diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:55:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-09 11:55:38 +0000 |
commit | e2a243204f46d01e8a97de3f8d076967e6b36ca7 (patch) | |
tree | b812580d1c2cd67ad76c1a305d676746c8b85ad2 /main/sdl | |
parent | 57a6080ebaf36786e261576819d0e4c29daa3e2f (diff) | |
download | aports-e2a243204f46d01e8a97de3f8d076967e6b36ca7.tar.bz2 aports-e2a243204f46d01e8a97de3f8d076967e6b36ca7.tar.xz |
main/sdl: rebuild to fix -dev's depend
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 a8994f1c75..40958912f4 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=5 +pkgrel=6 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard" url="http://www.libsdl.org" arch="all" |