Date: Thursday, November 10, 2022 @ 19:01:49 Author: blakkheim Revision: 1346479
upgpkg: sdl_sound 1.0.3-11: drop smpeg support Modified: sdl_sound/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-10 18:59:27 UTC (rev 1346478) +++ PKGBUILD 2022-11-10 19:01:49 UTC (rev 1346479) @@ -3,12 +3,12 @@ pkgname=sdl_sound pkgver=1.0.3 -pkgrel=10 +pkgrel=11 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3" url="https://icculus.org/SDL_sound/" arch=(x86_64) license=(LGPL) -depends=(sdl libmikmod libvorbis flac speex smpeg) +depends=(sdl libmikmod libvorbis flac speex) source=(https://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz flac.patch) sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df'
