From b5ebf09ec13da5c8ada9763e023112420773a587 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Fri, 7 Dec 2012 09:19:09 +0100
Subject: [PATCH] SDL_sound: rebuild against libmikmod-3.2.0.

---
 srcpkgs/SDL_sound/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SDL_sound/template b/srcpkgs/SDL_sound/template
index a53158cd6e..d9fdabbced 100644
--- a/srcpkgs/SDL_sound/template
+++ b/srcpkgs/SDL_sound/template
@@ -1,10 +1,11 @@
 # Template file for 'SDL_sound'
 pkgname="SDL_sound"
 version="1.0.3"
-revision="1"
+revision="2"
 build_style="gnu-configure"
 configure_args="--disable-static"
-makedepends="pkg-config SDL-devel libmikmod-devel libvorbis-devel libflac-devel speex-devel smpeg-devel"
+makedepends="pkg-config SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel
+ libflac-devel speex-devel smpeg-devel"
 subpackages="${pkgname}-devel"
 short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"
 maintainer="Juan RP <xtraeme@gmail.com>"