summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2020-05-07 12:18:45 -0700
committerKartik Mohta2020-05-07 12:18:45 -0700
commitd85ea3c45f333c63831d9f7afe7b6ec717cb3846 (patch)
tree9dac7a12ed3b36e243d68636e89f00565ee2a265 /PKGBUILD
parent83dd3c406300577cfa8673b1895db0130f1c1e5f (diff)
downloadaur-d85ea3c45f333c63831d9f7afe7b6ec717cb3846.tar.gz
Add mission python-lxml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b18c4886524..963a656fddeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
pkgver='1.6.8'
-pkgrel=1
+pkgrel=2
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
-depends=('python' 'python-catkin_pkg')
+depends=('python' 'python-catkin_pkg' 'python-lxml')
provides=('python-catkin-lint')
conflicts=('python2-catkin_lint' 'python-catkin-lint')
makedepends=('python-setuptools')