summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEduardo Bart2018-10-31 20:58:13 -0300
committerEduardo Bart2018-10-31 20:58:13 -0300
commit1505ced5ef9d8186a439215a1c85df1a61bee1c8 (patch)
tree4e077cb98003a52841236b71531ad139b3eb790a /PKGBUILD
parent7981d48d2402c9aaafe2c19803ed25b5709a7d98 (diff)
downloadaur-1505ced5ef9d8186a439215a1c85df1a61bee1c8.tar.gz
Replace smpeg with libmpg123
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")