From 75c0535ec6d6504afa76d239bea19ea621b508eb Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Fri, 10 Nov 2023 23:37:01 +0000 Subject: [PATCH] libfishsound: fix xlint, update license. Package contents changed for some reason, so revbumping as well. --- srcpkgs/libfishsound/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/libfishsound/template b/srcpkgs/libfishsound/template index fd04b4067d01d..9ae8face1979d 100644 --- a/srcpkgs/libfishsound/template +++ b/srcpkgs/libfishsound/template @@ -1,17 +1,17 @@ # Template file for 'libfishsound' -pkgname="libfishsound" -version="1.0.0" -revision=2 +pkgname=libfishsound +version=1.0.0 +revision=3 build_style="gnu-configure" +configure_args="--enable-static=no" hostmakedepends="pkg-config doxygen" makedepends="libflac-devel speex-devel libvorbis-devel liboggz-devel libsndfile-devel" short_desc="Simple interface for decoding/encoding audio data using Xiph.org codecs" maintainer="newbluemoon " +license="BSD-3-Clause" homepage="https://xiph.org/fishsound/" -license="BSD" -distfiles="http://downloads.xiph.org/releases/${pkgname}/${pkgname}-${version}.tar.gz" +distfiles="http://downloads.xiph.org/releases/libfishsound/libfishsound-${version}.tar.gz" checksum=2e0b57ce2fecc9375eef72938ed08ac8c8f6c5238e1cae24458f0b0e8dade7c7 -configure_args="--enable-static=no" post_install() { vlicense COPYING @@ -29,4 +29,3 @@ libfishsound-devel_package() { vmove usr/share/doc/${sourcepkg}/html } } -