summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2022-08-17 00:26:21 +0530
committerKartik Mohta2022-08-17 00:26:21 +0530
commitaf6d7a109bce8bbf52a443a1f2d9ced759f8d335 (patch)
treecb13a3214bfd24688bd430d5d8748e7f42db8274
parent326149752a8728a2bbce0f5c26b7f13d0c0be116 (diff)
downloadaur-af6d7a109bce8bbf52a443a1f2d9ced759f8d335.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 2ca7db5f5220..27cacff15d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.17
+ pkgver = 1.6.18
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.17.tar.gz
- sha256sums = 8316eec290e150e77bf4160fefe25ccee8ffec81ca7f6e464ea15b9c5aba3d9f
+ source = https://github.com/fkie/catkin_lint/archive/1.6.18.tar.gz
+ sha256sums = 2cd38c4a94df1fb201617a7a79dbf46572c6d98024be7b8e7dccfa4c79ff2c29
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index d8a6116c6312..8bc4f246d517 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.17'
+pkgver='1.6.18'
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=('8316eec290e150e77bf4160fefe25ccee8ffec81ca7f6e464ea15b9c5aba3d9f')
+sha256sums=('2cd38c4a94df1fb201617a7a79dbf46572c6d98024be7b8e7dccfa4c79ff2c29')
_module='catkin_lint'