summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Probert2017-12-20 07:47:28 +0100
committerLinus Probert2017-12-20 07:47:28 +0100
commit17fef52f6a2bb305cb427be8b64bda98e620293e (patch)
tree5bf9ec80ac8fc953f9815f3c019a4c8404cbcafa
parent6c1a66ac88840065e763836a258ce1200bff1e5f (diff)
downloadaur-17fef52f6a2bb305cb427be8b64bda98e620293e.tar.gz
Updated to version 2.0.2
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 942339e49663..0f973471e1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Linus Probert <linus dot probert at gmail dot com>
pkgname=mingw-w64-sdl2_mixer
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=(any)
url="http://www.libsdl.org/projects/SDL_mixer"
@@ -10,14 +10,13 @@ depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis m
makedepends=(sed mingw-w64-gcc mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$pkgver.tar.gz")
-md5sums=('c6c4f556d4415871f526248f5c9a627d')
+md5sums=('aaa0551393993c14a13f72b339c0ed6c')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd "${srcdir}/SDL2_mixer-${pkgver}"
sed -i 's/"modplug\.h"/"libmodplug\/modplug.h"/' music_modplug.h
- sed -i 's/"modplug\.h"/"libmodplug\/modplug.h"/' dynamic_modplug.h
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure