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 15fd239d3768..ef9a0dd1ed22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.8
- pkgrel = 3
+ pkgver = 1.6.9
+ pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
license = BSD
@@ -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.8.tar.gz
- sha256sums = 869344712a323a719df8fa16fb278984533568e39bffda48d273fddf7b9114f8
+ source = https://github.com/fkie/catkin_lint/archive/1.6.9.tar.gz
+ sha256sums = d06b2120bcc72d3549b2e0cd7b7af2f8037cca644d18e45e46465f8891af288c
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 5ab1037a8bfa..b9d17846c426 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.8'
-pkgrel=3
+pkgver='1.6.9'
+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=('869344712a323a719df8fa16fb278984533568e39bffda48d273fddf7b9114f8')
+sha256sums=('d06b2120bcc72d3549b2e0cd7b7af2f8037cca644d18e45e46465f8891af288c')
_module='catkin_lint'