diff options
author | Kartik Mohta | 2020-05-07 12:18:45 -0700 |
---|---|---|
committer | Kartik Mohta | 2020-05-07 12:18:45 -0700 |
commit | d85ea3c45f333c63831d9f7afe7b6ec717cb3846 (patch) | |
tree | 9dac7a12ed3b36e243d68636e89f00565ee2a265 | |
parent | 83dd3c406300577cfa8673b1895db0130f1c1e5f (diff) | |
download | aur-d85ea3c45f333c63831d9f7afe7b6ec717cb3846.tar.gz |
Add mission python-lxml dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,13 +1,14 @@ pkgbase = python-catkin_lint pkgdesc = Check catkin packages for common errors pkgver = 1.6.8 - pkgrel = 1 + pkgrel = 2 url = https://github.com/fkie/catkin_lint arch = any license = BSD makedepends = python-setuptools depends = python depends = python-catkin_pkg + depends = python-lxml provides = python-catkin-lint conflicts = python2-catkin_lint conflicts = python-catkin-lint @@ -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') |