diff options
Diffstat (limited to 'testing/linphone/APKBUILD')
-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 |