libogg: update to 1.3.4.

This commit is contained in:
Anthony Iliopoulos 2019-10-01 15:52:06 +02:00 committed by Leah Neukirchen
parent 76f7af1ae9
commit 51ec369ae1
1 changed files with 10 additions and 6 deletions

View File

@ -1,14 +1,18 @@
# Template file for 'libogg'. # Template file for 'libogg'
pkgname=libogg pkgname=libogg
version=1.3.3 version=1.3.4
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
short_desc="The Ogg bitstream file format library" short_desc="Ogg bitstream file format library"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="BSD" license="BSD-3-Clause"
homepage="http://www.xiph.org/ogg/" homepage="http://www.xiph.org/ogg/"
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz" distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.xz"
checksum=4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08 checksum=c163bc12bc300c401b6aa35907ac682671ea376f13ae0969a220f7ddf71893fe
post_install() {
vlicense COPYING LICENSE
}
libogg-devel_package() { libogg-devel_package() {
depends="libogg>=${version}_${revision}" depends="libogg>=${version}_${revision}"