summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-11-21 15:06:55 +0530
committerKartik Mohta2020-11-21 15:06:55 +0530
commitb064ef9af88e0033e85df178440b601fef47b394 (patch)
tree78ded02d5abf2334b047bc2537c170c25d2e94a7
parentf82ef374f609aa47db2fa5e9e32aec086e070e26 (diff)
downloadaur-b064ef9af88e0033e85df178440b601fef47b394.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 760292b5184f..761283047798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.10
+ pkgver = 1.6.11
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -12,8 +12,8 @@ pkgbase = python2-catkin_lint
provides = python2-catkin-lint
conflicts = python-catkin_lint
conflicts = python2-catkin-lint
- source = https://github.com/fkie/catkin_lint/archive/1.6.10.tar.gz
- sha256sums = 2e52f2f7577f43f0663e9813ec6eacbb0893ee0c8d8f8671adffc32f1d2b346c
+ source = https://github.com/fkie/catkin_lint/archive/1.6.11.tar.gz
+ sha256sums = 83664f4cc7045175ad42804b5fa126e206af4b8db0f7c2c6ec5f962397d03d78
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index ed08354a0159..87a1f4a37be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-catkin_lint')
-pkgver='1.6.10'
+pkgver='1.6.11'
pkgrel=1
pkgdesc='Check catkin packages for common errors'
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python2-setuptools')
provides=('python2-catkin-lint')
conflicts=('python-catkin_lint' 'python2-catkin-lint')
source=("https://github.com/fkie/catkin_lint/archive/${pkgver}.tar.gz")
-sha256sums=('2e52f2f7577f43f0663e9813ec6eacbb0893ee0c8d8f8671adffc32f1d2b346c')
+sha256sums=('83664f4cc7045175ad42804b5fa126e206af4b8db0f7c2c6ec5f962397d03d78')
_module='catkin_lint'