summaryrefslogtreecommitdiff
path: root/extra/sdl2_mixer/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/sdl2_mixer/PKGBUILD')
-rw-r--r--extra/sdl2_mixer/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/sdl2_mixer/PKGBUILD b/extra/sdl2_mixer/PKGBUILD
index 760fee8a7..1b89a1ff1 100644
--- a/extra/sdl2_mixer/PKGBUILD
+++ b/extra/sdl2_mixer/PKGBUILD
@@ -1,18 +1,19 @@
-#Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# $Id: PKGBUILD 197551 2013-10-26 19:51:20Z heftig $
+# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
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}/"