aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libmatroska/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD
index dacffbca4f..960a090b4f 100644
--- a/main/libmatroska/APKBUILD
+++ b/main/libmatroska/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libmatroska
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=0
pkgdesc="Extensible multimedia container format based on EBML"
url="https://www.matroska.org"
arch="all"
options="!check" # Tests don't build; 'make check' target disabled by upstream
license="LGPL-2.1-or-later"
-makedepends="cmake libebml-dev>=1.3.7"
+makedepends="cmake libebml-dev>=1.3.9"
subpackages="$pkgname-dev"
source="https://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
@@ -33,4 +33,4 @@ package() {
make install DESTDIR="$pkgdir"
}
-sha512sums="5c65b903abd2f42e2270749c0570b1c1f7d65f87d7eb6a3f5480af3cee6614c74b3566858f1afe3c71cdea6085c1a114e53b08bfb043691018ee7f23ce4b8ef2 libmatroska-1.5.1.tar.xz"
+sha512sums="122b71b91ae89e2a7cc89db17655a006248d58f18d913b4f9ffc885aef7e39681a3a16eed43cd8ecd949c570a939007797c79829f5ee87d08562aee3f0224ba2 libmatroska-1.5.2.tar.xz"