SDL2_mixer: update to 2.0.1.
This commit is contained in:
parent
0baffcb78f
commit
4481c8c2fb
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'SDL2_mixer'
|
||||
pkgname=SDL2_mixer
|
||||
version=2.0.0
|
||||
version=2.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="BSD"
|
||||
homepage="http://www.libsdl.org/projects/SDL_mixer/"
|
||||
distfiles="http://www.libsdl.org/projects/SDL_mixer/release/$pkgname-$version.tar.gz"
|
||||
checksum=a8ce0e161793791adeff258ca6214267fdd41b3c073d2581cd5265c8646f725b
|
||||
checksum=5a24f62a610249d744cbd8d28ee399d8905db7222bf3bdbc8a8b4a76e597695f
|
||||
|
||||
pre_configure() {
|
||||
sed -e "/CONFIG_FILE_ETC/s|/etc/timidity.cfg|/etc/timidity++/timidity.cfg|" \
|
||||
|
@ -23,7 +23,7 @@ pre_configure() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING.txt 644 usr/share/licenses/${pkgname} COPYING
|
||||
vlicense COPYING.txt COPYING
|
||||
}
|
||||
|
||||
SDL2_mixer-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue