summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-06-26 12:40:30 +0530
committerKartik Mohta2021-06-26 12:40:30 +0530
commit23f16f91f713c492c933279bbb13b08836a155f3 (patch)
tree9805bb8b200453076c61568130d74923e9b27794
parente35ad67593e0ab94423e619423b533b7b0712e92 (diff)
downloadaur-23f16f91f713c492c933279bbb13b08836a155f3.tar.gz
Update version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce3fb54b06f..bff69cd7d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.12
+ pkgver = 1.6.13
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -12,8 +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.12.tar.gz
- sha256sums = b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80
+ source = https://github.com/fkie/catkin_lint/archive/1.6.13.tar.gz
+ sha256sums = 4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437
pkgname = python-catkin_lint
-
diff --git a/PKGBUILD b/PKGBUILD
index b4253bfe292..b0f60c86807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python-catkin_lint')
-pkgver='1.6.12'
+pkgver='1.6.13'
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=('b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80')
+sha256sums=('4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437')
_module='catkin_lint'