diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-04-05 16:48:17 -0500 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-04-09 08:54:58 +0000 |
commit | b6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8 (patch) | |
tree | 4c86ccc2495ef63c23caf88f8efc54a8e6349eae /main/libmatroska | |
parent | d436dafa6510546cebcbc7d39a66419bc675900b (diff) | |
download | aports-b6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8.tar.bz2 aports-b6e00a17e77bb8dc6f7c9f784419fcd61e80d0d8.tar.xz |
main/libmatroska: disable check, fix license
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" |