diff --git a/srcpkgs/libdca/template b/srcpkgs/libdca/template index c14117117d7..24c47ea8915 100644 --- a/srcpkgs/libdca/template +++ b/srcpkgs/libdca/template @@ -1,23 +1,14 @@ # Template file for 'libdca' pkgname=libdca -version=0.0.5 -revision=9 +version=0.0.6 +revision=1 build_style=gnu-configure short_desc="DTS Coherent Acoustics decoder" -homepage="http://www.videolan.org/developers/libdca.html" -license="GPL-2" maintainer="Juan RP " -distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2" -checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642 - -LDFLAGS="-lm" - -post_install() { - # Fix manpage links. - cd ${DESTDIR}/usr/share/man/man1 - ln -sf dcadec.1 dtsdec.1 - ln -sf extract_dca.1 extract_dts.1 -} +license="GPL-2.0-or-later" +homepage="https://www.videolan.org/developers/libdca.html" +distfiles="https://download.videolan.org/pub/videolan/libdca/${version}/libdca-${version}.tar.bz2" +checksum=98f98a9aa000a26b927c6facd15d18dcf664238adfc5db24f533c5932cdb1f40 libdca-devel_package() { depends="libdca>=${version}_${revision}"