Date: Tuesday, November 6, 2012 @ 16:00:20 Author: heftig Revision: 170386
libmikmod rebuild Modified: sdl_sound/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-11-06 20:57:47 UTC (rev 170385) +++ PKGBUILD 2012-11-06 21:00:20 UTC (rev 170386) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Tom Newsom <[email protected]> pkgname=sdl_sound pkgver=1.0.3 -pkgrel=3 +pkgrel=4 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3" arch=('i686' 'x86_64') url="http://icculus.org/SDL_sound/" @@ -21,7 +21,7 @@ CFLAGS="$CFLAGS -I/usr/include/smpeg" \ CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \ - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make }
