summaryrefslogtreecommitdiff
path: root/sdl_mixer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'sdl_mixer/Pkgfile')
-rw-r--r--sdl_mixer/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sdl_mixer/Pkgfile b/sdl_mixer/Pkgfile
index 2a8f55aa2..5933e6f1a 100644
--- a/sdl_mixer/Pkgfile
+++ b/sdl_mixer/Pkgfile
@@ -1,16 +1,16 @@
# Description: A sample multi-channel audio mixer library.
# URL: http://www.libsdl.org/projects/SDL_mixer/
# Maintainer: Simone Rota, sip at crux dot nu
-# Depends on: libvorbis, libmikmod, smpeg
+# Depends on: libvorbis, smpeg
name=sdl_mixer
-version=1.2.6
+version=1.2.7
release=1
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$version.tar.gz)
build() {
cd SDL_mixer-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit