diff options
Diffstat (limited to 'community/libqmi')
-rw-r--r-- | community/libqmi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD index 61c254b49c..82b8bf8845 100644 --- a/community/libqmi/APKBUILD +++ b/community/libqmi/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="QMI modem protocol helper library" url="https://www.freedesktop.org/wiki/Software/libqmi" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later LGPL-2.1-or-later" makedepends="gtk-doc python2 glib-dev libgudev-dev linux-headers libmbim-dev" subpackages="$pkgname-dev $pkgname-doc" -source="https://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz" +source="https://www.freedesktop.org/software/libqmi/$pkgname-$pkgver.tar.xz" builddir="$srcdir/$pkgname-$pkgver" build() { |