From 170ec4c9c394055655d0171192cabc05259b6176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 24 Oct 2018 18:59:35 +0200 Subject: [PATCH] SDL_sound: rebuild for metadata --- srcpkgs/SDL_sound/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/SDL_sound/template b/srcpkgs/SDL_sound/template index e9f44f8a61e..2bd8f16e5a9 100644 --- a/srcpkgs/SDL_sound/template +++ b/srcpkgs/SDL_sound/template @@ -1,18 +1,18 @@ # Template file for 'SDL_sound' pkgname=SDL_sound version=1.0.3 -revision=5 +revision=6 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config" makedepends="SDL-devel libmikmod-devel libvorbis-devel libflac-devel speex-devel smpeg-devel" -short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3" +short_desc="Library to decode several popular sound file formats" maintainer="Juan RP " -homepage="http://icculus.org/SDL_sound/" license="LGPL-2.1" +homepage="http://icculus.org/SDL_sound/" distfiles="http://icculus.org/${pkgname}/downloads/${pkgname}-${version}.tar.gz" -checksum="3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df" +checksum=3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df SDL_sound-devel_package() { depends="SDL-devel ${sourcepkg}>=${version}_${revision}"