diff options
| -rw-r--r-- | abs/extra/sdl_mixer/PKGBUILD | 5 | 
1 files changed, 2 insertions, 3 deletions
| diff --git a/abs/extra/sdl_mixer/PKGBUILD b/abs/extra/sdl_mixer/PKGBUILD index 626d401..1ac5bbe 100644 --- a/abs/extra/sdl_mixer/PKGBUILD +++ b/abs/extra/sdl_mixer/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170804 2012-11-12 02:00:36Z heftig $ +# $Id$  # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>  # Contributor: Allan McRae <allan@archlinux.org>  # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,7 +6,7 @@  pkgname=sdl_mixer  pkgver=1.2.12 -pkgrel=3 +pkgrel=4  pkgdesc="A simple multi-channel audio mixer"  arch=('i686' 'x86_64')  url="http://www.libsdl.org/projects/SDL_mixer/" @@ -14,7 +14,6 @@ license=('custom')  depends=('sdl>=1.2.12' 'libvorbis' 'libmikmod' 'smpeg')  makedepends=('fluidsynth')  optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity') -options=('!libtool')  source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$pkgver.tar.gz          mikmod1.patch mikmod2.patch fluidsynth-volume.patch double-free-crash.patch)  md5sums=('e03ff73d77a55e3572ad0217131dc4a1' | 
