aboutsummaryrefslogtreecommitdiffstats
path: root/community/libqmi/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-02-20 02:35:40 +0200
committerprspkt <prspkt@protonmail.com>2019-02-28 19:50:36 +0200
commit27b9516e938525d4da5547a69757fabd69d2ff1c (patch)
tree2cbd36c950941608ae9efd1005005a44beaf8c58 /community/libqmi/APKBUILD
parentdcf5561e40eac114800800ed973efa067b0d21e7 (diff)
community/libqmi: upgrade to 1.22.2
Add libmbim-dev and --enable-mbim-qmux to support QMI-over-MBIM.
Diffstat (limited to 'community/libqmi/APKBUILD')
-rw-r--r--community/libqmi/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/libqmi/APKBUILD b/community/libqmi/APKBUILD
index 9465c16adb3..61c254b49cb 100644
--- a/community/libqmi/APKBUILD
+++ b/community/libqmi/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=libqmi
-pkgver=1.20.2
+pkgver=1.22.2
pkgrel=0
pkgdesc="QMI modem protocol helper library"
url="https://www.freedesktop.org/wiki/Software/libqmi"
arch="all"
license="GPL-2.0"
-makedepends="gtk-doc python2 glib-dev libgudev-dev linux-headers"
+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"
builddir="$srcdir/$pkgname-$pkgver"
@@ -19,6 +19,7 @@ build() {
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
+ --enable-mbim-qmux \
--enable-more-warnings=yes
make
}
@@ -33,4 +34,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="2d1ceda25ad995b27dc20d9b5d85ee23a841c43f33aa68b3543df10cc1da72062e648c1136a2706740659ae2cf8c17373d7c6c6f5f8d075864f47e4fb89d7b50 libqmi-1.20.2.tar.xz"
+sha512sums="5785b56a60db8fb2566b6a712a18ec2ae74ce1da257473ab6b7cdea3163298ebee6c60a3158a7041aa759bd717eee4b16d9eeaa6b15d9b6e911bc8c8c44bd3d8 libqmi-1.22.2.tar.xz"