summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2021-06-26 12:37:07 +0530
committerKartik Mohta2021-06-26 12:37:07 +0530
commit9e1e3921cf6a33a23ef75f8711540cdc3bee45c4 (patch)
treebd20767f7a786b38e3484ce259e6a2972e5a0316
parent2eee6b865f411a94efaed7ad7bc6c7187288f14d (diff)
downloadaur-9e1e3921cf6a33a23ef75f8711540cdc3bee45c4.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 915b323c4a36..8701577cfcb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-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 = 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.12.tar.gz
- sha256sums = b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80
+ source = https://github.com/fkie/catkin_lint/archive/1.6.13.tar.gz
+ sha256sums = 4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437
pkgname = python2-catkin_lint
-
diff --git a/PKGBUILD b/PKGBUILD
index 6e2f5c4719b6..0bede1a841ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kartik Mohta <kartikmohta@gmail.com>
pkgname=('python2-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=('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=('b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80')
+sha256sums=('4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437')
_module='catkin_lint'