summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f1a5d16875f..e51d719d6529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,12 @@
-# Maintainer: AppleBloom <rat.o.drat@gmail.com>
-
_pkgname="python2-pymavlink"
pkgname="$_pkgname-git"
pkgver=r2277.5f31f68
-pkgrel=1
+pkgrel=2
pkgdesc="Python bindings for MAVLink micro air vehicle marshalling / communication library."
arch=('any')
license=('GPL3')
url='http://qgroundcontrol.org/mavlink/start'
-depends=('python2-pyserial' 'python2-future')
+depends=('python2-pyserial' 'python2-future' 'python2-lxml')
makedepends=('git' 'python2-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)