SDL2_mixer: update to 2.0.4.

This commit is contained in:
maxice8 2018-10-31 15:08:45 -03:00 committed by maxice8
parent de9dfdd744
commit 4211f6764a
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'SDL2_mixer'
pkgname=SDL2_mixer
version=2.0.2
version=2.0.4
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -10,10 +10,10 @@ makedepends="SDL2-devel libvorbis-devel libmikmod-devel libflac-devel
depends="libvorbis libmikmod libmpg123 libmodplug libflac smpeg2"
short_desc="Multi-channel audio mixer library (SDL 2.x)"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="BSD"
license="BSD-3-Clause"
homepage="http://www.libsdl.org/projects/SDL_mixer/"
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/$pkgname-$version.tar.gz"
checksum=4e615e27efca4f439df9af6aa2c6de84150d17cbfd12174b54868c12f19c83bb
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/${pkgname}-${version}.tar.gz"
checksum=b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419
# Package build options
build_options="gles"