Date: Saturday, October 26, 2013 @ 21:34:39 Author: heftig Revision: 197540
sdl2 rebuild Modified: sdl2_mixer/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-26 19:34:31 UTC (rev 197539) +++ PKGBUILD 2013-10-26 19:34:39 UTC (rev 197540) @@ -1,18 +1,19 @@ -#Maintainer: Sven-Hendrik Haase <[email protected]> +# $Id$ +# Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=sdl2_mixer pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A simple multi-channel audio mixer (Version 2)" arch=('i686' 'x86_64') -url="http://www.libsdl.org" +url="http://www.libsdl.org/projects/SDL_mixer" license=('MIT') depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac') makedepends=('fluidsynth') optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity') options=(!libtool) -source=("http://www.libsdl.org/tmp/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz") -md5sums=('4c85cdc7b6d162afb918aed626436109') +source=("$url/release/SDL2_mixer-${pkgver}.tar.gz") +md5sums=('65f6d80df073a1fb3bb537fbda031b50') build() { cd "${srcdir}/SDL2_mixer-${pkgver}/" Property changes on: sdl2_mixer/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
