summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-07-09 11:19:22 +0530
committerKartik Mohta2021-07-09 11:19:22 +0530
commite35398f1df3f61028fde5e549af3a1d8da4e1c4c (patch)
tree357181c873d4ec0f1103d265180babb177a5a600
parent9e1e3921cf6a33a23ef75f8711540cdc3bee45c4 (diff)
downloadaur-e35398f1df3f61028fde5e549af3a1d8da4e1c4c.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 8701577cfcb6..8dfa8f515fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.13
+ pkgver = 1.6.14
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -12,7 +12,7 @@ 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.13.tar.gz
- sha256sums = 4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437
+ source = https://github.com/fkie/catkin_lint/archive/1.6.14.tar.gz
+ sha256sums = 5411c2a5d0f1cdbcb8e7cc2506610181716845e005eb4efe4d277ee660639fc1
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 0bede1a841ae..7b05d6beb087 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-catkin_lint')
-pkgver='1.6.13'
+pkgver='1.6.14'
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=('4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437')
+sha256sums=('5411c2a5d0f1cdbcb8e7cc2506610181716845e005eb4efe4d277ee660639fc1')
_module='catkin_lint'