summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorKartik Mohta2017-06-02 19:42:25 -0400
committerKartik Mohta2017-06-02 19:42:25 -0400
commit324ca76ef18523bae01d0bae36ef9df38dc35941 (patch)
tree8e9d87780766f100ee95dadfb4118c28dd724546 /.SRCINFO
downloadaur-324ca76ef18523bae01d0bae36ef9df38dc35941.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO22
1 files changed, 22 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..0d090476d55d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,22 @@
+pkgbase = python-catkin_lint
+ pkgdesc = Check catkin packages for common errors
+ pkgver = 1.4.16
+ pkgrel = 1
+ url = https://github.com/fkie/catkin_lint
+ arch = any
+ license = BSD
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.4.16.tar.gz
+ md5sums = 6252b8ac505cfc0a87d0064e316db460
+
+pkgname = python-catkin_lint
+ depends =
+ depends = python
+ depends = python-catkin_pkg
+
+pkgname = python2-catkin_lint
+ depends =
+ depends = python2
+ depends = python2-catkin_pkg
+