aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-20 02:29:31 +0200
committerprspkt <prspkt@protonmail.com>2019-02-28 19:50:35 +0200
commitdcf5561e40eac114800800ed973efa067b0d21e7 (patch)
tree81c9c981a102d379f4b9677bdb2dbfdcf387c8a0
parenta94cb9a07aa58368bcb04764959c8f2a7ee9b98f (diff)
downloadaports-dcf5561e40eac114800800ed973efa067b0d21e7.tar.bz2
aports-dcf5561e40eac114800800ed973efa067b0d21e7.tar.xz
community/libmbim: clarify license, use https
-rw-r--r--community/libmbim/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libmbim/APKBUILD b/community/libmbim/APKBUILD
index cfc6114f2a..9b990a20a7 100644
--- a/community/libmbim/APKBUILD
+++ b/community/libmbim/APKBUILD
@@ -4,9 +4,9 @@ pkgname=libmbim
pkgver=1.18.0
pkgrel=0
pkgdesc="MBIM modem protocol helper library"
-url="http://www.freedesktop.org/wiki/Software/libmbim"
+url="https://www.freedesktop.org/wiki/Software/libmbim/"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later LGPL-2.1-or-later"
makedepends="$depends_dev gtk-doc python2 glib-dev py-gobject libgudev-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.freedesktop.org/software/libmbim/$pkgname-$pkgver.tar.xz"