From 91ca92f42ffb90f39db0a33633d1207a176a2fd0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 13 Mar 2019 17:39:50 -0300 Subject: [PATCH] libebml: update to 1.3.7. --- srcpkgs/libebml/template | 8 ++++---- srcpkgs/libmatroska/template | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libebml/template b/srcpkgs/libebml/template index 1f9e3a867c6..6820b9eedb7 100644 --- a/srcpkgs/libebml/template +++ b/srcpkgs/libebml/template @@ -1,15 +1,15 @@ # Template file for 'libebml' pkgname=libebml -version=1.3.6 -revision=2 +version=1.3.7 +revision=1 build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" short_desc="Extensible Binary Meta Language library" -maintainer="Juan RP " +maintainer="maxice8 " license="LGPL-2.1-or-later" homepage="https://dl.matroska.org/downloads/libebml/" distfiles="https://dl.matroska.org/downloads/libebml/libebml-${version}.tar.xz" -checksum=1e5a7a7820c493aa62b0f35e15b4233c792cc03458c55ebdfa7a6521e4b43e9e +checksum=e3244c87f584d7fc8c371881a6b7b06583cc041f88e2e3fae9a215d9ca58e9f4 libebml-devel_package() { depends="libebml>=${version}_${revision}" diff --git a/srcpkgs/libmatroska/template b/srcpkgs/libmatroska/template index b2e4eafe1c2..3440a6ecb91 100644 --- a/srcpkgs/libmatroska/template +++ b/srcpkgs/libmatroska/template @@ -6,7 +6,7 @@ build_style=cmake configure_args="-DBUILD_SHARED_LIBS=ON" makedepends="libebml-devel" short_desc="Extensible open standard Audio/Video container format" -maintainer="Juan RP " +maintainer="maxice8 " license="LGPL-2.1-or-later" homepage="https://dl.matroska.org/downloads/libmatroska/" distfiles="https://dl.matroska.org/downloads/libmatroska/libmatroska-${version}.tar.xz"