diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 05:52:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 06:11:10 -0300 |
commit | 3f1911a2ce750af41991f15531df415f42694822 (patch) | |
tree | 1053ef12fd252a659c68050b3bb742b41abfc4e5 | |
parent | b08f4f65f1a98c94f3148fd7a17bffcfc60ae56a (diff) | |
download | aports-3f1911a2ce750af41991f15531df415f42694822.tar.bz2 aports-3f1911a2ce750af41991f15531df415f42694822.tar.xz |
testing/linphone: fix license
-rw-r--r-- | testing/linphone/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/linphone/APKBUILD b/testing/linphone/APKBUILD index a877f50f2d..a7ccb26391 100644 --- a/testing/linphone/APKBUILD +++ b/testing/linphone/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname="linphone" pkgver="3.12.0" -pkgrel=0 +pkgrel=1 pkgdesc="An opensource SIP phone for voice/video calls and instant messaging" url="https://linphone.org/" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" options="!check" # no test available makedepends="cmake ortp-dev readline-dev sqlite-dev bctoolbox-dev libxml2-dev zlib-dev libnotify-dev |