diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-11 00:05:49 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-17 13:40:05 +0000 |
commit | 04d5463831d4733b30fb3ba70f1193d912c84f83 (patch) | |
tree | 8425fdc3c207dcadfe22d9da821a38fadb61f677 /main | |
parent | 1cd3c746a717bdbcdf88d13969c62a6316afa19e (diff) | |
download | aports-04d5463831d4733b30fb3ba70f1193d912c84f83.tar.bz2 aports-04d5463831d4733b30fb3ba70f1193d912c84f83.tar.xz |
main/libvorbis: fix license, mark no tests
Diffstat (limited to 'main')
-rw-r--r-- | main/libvorbis/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libvorbis/APKBUILD b/main/libvorbis/APKBUILD index 46528ec484..7e59e64635 100644 --- a/main/libvorbis/APKBUILD +++ b/main/libvorbis/APKBUILD @@ -1,11 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvorbis pkgver=1.3.5 -pkgrel=3 +pkgrel=4 pkgdesc="Vorbis codec library" url="https://xiph.org/vorbis/" arch="all" -license="custom" +options="!check" # Test suite doesn't compile. +license="BSD-3-License" subpackages="$pkgname-dev $pkgname-doc" makedepends="libogg-dev" source="http://downloads.xiph.org/releases/vorbis/$pkgname-$pkgver.tar.gz |