summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9a0dd1ed22..444889c4c4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.9
+ pkgver = 1.6.10
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-catkin_lint
provides = python-catkin-lint
conflicts = python2-catkin_lint
conflicts = python-catkin-lint
- source = https://github.com/fkie/catkin_lint/archive/1.6.9.tar.gz
- sha256sums = d06b2120bcc72d3549b2e0cd7b7af2f8037cca644d18e45e46465f8891af288c
+ source = https://github.com/fkie/catkin_lint/archive/1.6.10.tar.gz
+ sha256sums = c9cf4908bf0a9822153d44058ebf1c7359305335ad09ebdc6632818dd9632c7e
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index b9d17846c426..42020357b1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.9'
+pkgver='1.6.10'
pkgrel=1
pkgdesc='Check catkin packages for common errors'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
provides=('python-catkin-lint')
conflicts=('python2-catkin_lint' 'python-catkin-lint')
source=("https://github.com/fkie/catkin_lint/archive/${pkgver}.tar.gz")
-sha256sums=('d06b2120bcc72d3549b2e0cd7b7af2f8037cca644d18e45e46465f8891af288c')
+sha256sums=('c9cf4908bf0a9822153d44058ebf1c7359305335ad09ebdc6632818dd9632c7e')
_module='catkin_lint'