diff options
author | prspkt <prspkt@protonmail.com> | 2018-04-20 22:31:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-04-23 19:11:35 +0000 |
commit | d687717ebe75d5537d0014da69a20235ca197e82 (patch) | |
tree | 005828f59c249891a514318e74f7d6628b4d9cd6 | |
parent | 81b232ec81649f783ce112fce1ca4f32d031554a (diff) | |
download | aports-d687717ebe75d5537d0014da69a20235ca197e82.tar.bz2 aports-d687717ebe75d5537d0014da69a20235ca197e82.tar.xz |
main/libebml: clarify license, improve abuild
-rw-r--r-- | main/libebml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libebml/APKBUILD b/main/libebml/APKBUILD index 5da2fde5e8..611847cf22 100644 --- a/main/libebml/APKBUILD +++ b/main/libebml/APKBUILD @@ -4,10 +4,10 @@ pkgname=libebml pkgver=1.3.6 pkgrel=0 pkgdesc="C++ library to parse Extensible Binary Meta-Language files" -url="https://www.matroska.org/" +url="https://www.matroska.org" arch="all" options="!check" # No test suite. -license="LGPL-2.1+" +license="LGPL-2.1-or-later" depends= makedepends="cmake" subpackages="$pkgname-dev" |