summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2022-04-07 15:04:09 +0530
committerKartik Mohta2022-04-07 15:04:09 +0530
commitc92863b78a7ae8168813fbe448cef9d2634519fc (patch)
tree69beed3b8041e11d898739e202c6a897b605b8d7
parentf60a065142b9e8964f9a7a081a78bd73733790ad (diff)
downloadaur-c92863b78a7ae8168813fbe448cef9d2634519fc.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 67d79ca7f64b..d770bb403e70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.16
+ pkgver = 1.6.17
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -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.16.tar.gz
- sha256sums = ca9de386450a6fe64bea05a52276d780489ada69ade8b94330db81fe6782f104
+ source = https://github.com/fkie/catkin_lint/archive/1.6.17.tar.gz
+ sha256sums = 1301d958e73751f1a6f7b978fc650407a2efe7ffa48418192d52cf189e9f1356
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 9bf3009525d0..55e5fb26e988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.16'
+pkgver='1.6.17'
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=('ca9de386450a6fe64bea05a52276d780489ada69ade8b94330db81fe6782f104')
+sha256sums=('1301d958e73751f1a6f7b978fc650407a2efe7ffa48418192d52cf189e9f1356')
_module='catkin_lint'