aboutsummaryrefslogtreecommitdiffstats
path: root/main/libdvbpsi
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-10 22:03:48 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-16 17:26:36 +0000
commit2bffca144e4b27a9efff097caf00985e4ba18ff0 (patch)
tree6154e707d77ff87aa360275ffdc1c10774451a00 /main/libdvbpsi
parentcd1b81cd2de1f87f77a8de10a6262bf7c6f37aee (diff)
downloadaports-2bffca144e4b27a9efff097caf00985e4ba18ff0.tar.bz2
aports-2bffca144e4b27a9efff097caf00985e4ba18ff0.tar.xz
main/libdvbpsi: mark no tests, fix license
Diffstat (limited to 'main/libdvbpsi')
-rw-r--r--main/libdvbpsi/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libdvbpsi/APKBUILD b/main/libdvbpsi/APKBUILD
index e64d26b7b2..70a7965e13 100644
--- a/main/libdvbpsi/APKBUILD
+++ b/main/libdvbpsi/APKBUILD
@@ -1,11 +1,12 @@
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libdvbpsi
pkgver=1.3.1
-pkgrel=0
+pkgrel=1
pkgdesc="A library decoding and generating MPEG TS and DVB PSI tables"
url="http://www.videolan.org/developers/libdvbpsi.html"
arch="all"
-license="GPL"
+options="!check" # No test suite.
+license="LGPL-2.1+"
depends=
makedepends=""
subpackages="$pkgname-dev"