summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2016-07-13 16:48:00 +0200
committerRichard Neumann2016-07-13 16:48:00 +0200
commit577733c1dc506b8fc32300dd1f0c8431269ddddc (patch)
tree5c263cdef25c4a0a13e0a8890bc53fac92873e5f
parentd309a24b784238f05f1e8339559513273aaccbdc (diff)
downloadaur-libqmi-qmi-over-mbim.tar.gz
Added missing build dependency 'python'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2250cc6ded8c..92b2cd515641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 23:13:46 UTC 2016
+# Wed Jul 13 14:47:48 UTC 2016
pkgbase = libqmi-qmi-over-mbim
pkgdesc = QMI modem protocol helper library with experimental qmi-over-mbim patch
pkgver = latest
@@ -10,6 +10,7 @@ pkgbase = libqmi-qmi-over-mbim
makedepends = git
makedepends = gtk-doc
makedepends = libmbim-qmi-over-mbim
+ makedepends = python
depends = glib2
depends = bash
provides = libqmi
diff --git a/PKGBUILD b/PKGBUILD
index 91dc4128c0f8..f8c1f07989cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='http://www.freedesktop.org/wiki/Software/libqmi/'
license=('GPL2')
depends=('glib2' 'bash')
-makedepends=('git' 'gtk-doc' 'libmbim-qmi-over-mbim')
+makedepends=('git' 'gtk-doc' 'libmbim-qmi-over-mbim' 'python')
provides=('libqmi')
conflicts=('libqmi')
source=("git+https://cgit.freedesktop.org/libqmi")