diff options
Diffstat (limited to 'main/libmatroska')
-rw-r--r-- | main/libmatroska/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libmatroska/APKBUILD b/main/libmatroska/APKBUILD index c690faff56..323786446b 100644 --- a/main/libmatroska/APKBUILD +++ b/main/libmatroska/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libmatroska pkgver=1.4.8 -pkgrel=0 +pkgrel=1 pkgdesc="a C++ library to parse Matroska files" url="https://www.matroska.org/" arch="all" -license="LGPL" +options="!check" # Tests don't build; 'make check' target disabled by upstream +license="LGPL-2.1+" makedepends="libebml-dev>=1.3.3" subpackages="$pkgname-dev" source="http://dl.matroska.org/downloads/$pkgname/$pkgname-$pkgver.tar.xz" |