summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 307c15a230a9..67d79ca7f64b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.15
- pkgrel = 2
+ pkgver = 1.6.16
+ pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
license = BSD
@@ -12,7 +12,7 @@ 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.15.tar.gz
- sha256sums = b24e1a67ea3feb63d28cbdf9cc14c72983c08d971686b747f3805f78c6226b29
+ source = https://github.com/fkie/catkin_lint/archive/1.6.16.tar.gz
+ sha256sums = ca9de386450a6fe64bea05a52276d780489ada69ade8b94330db81fe6782f104
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 2f0abfd2baa0..9bf3009525d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.15'
-pkgrel=2
+pkgver='1.6.16'
+pkgrel=1
pkgdesc='Check catkin packages for common errors'
arch=('any')
url='https://github.com/fkie/catkin_lint'
@@ -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=('b24e1a67ea3feb63d28cbdf9cc14c72983c08d971686b747f3805f78c6226b29')
+sha256sums=('ca9de386450a6fe64bea05a52276d780489ada69ade8b94330db81fe6782f104')
_module='catkin_lint'