summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dae203333b94..cc8bdcac2d87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-sdl2_mixer
pkgdesc = A simple multi-channel audio mixer (mingw-w64)
pkgver = 2.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.libsdl.org/projects/SDL_mixer
arch = any
license = zlib
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-sdl2_mixer
depends = mingw-w64-libmodplug
depends = mingw-w64-libvorbis
depends = mingw-w64-flac
- depends = mingw-w64-smpeg2
+ depends = mingw-w64-mpg123
options = staticlibs
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index d646433a49f6..30d90003b4c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Linus Probert <linus dot probert at gmail dot com>
pkgname=mingw-w64-sdl2_mixer
pkgver=2.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=(any)
url="http://www.libsdl.org/projects/SDL_mixer"
license=("zlib")
-depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis mingw-w64-flac mingw-w64-smpeg2)
+depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis mingw-w64-flac mingw-w64-mpg123)
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")