summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-04-18 02:10:58 -0700
committerKartik Mohta2020-04-18 02:10:58 -0700
commit62e640a1e3826ab596bcc7b7d6aedc14eb4f173b (patch)
treec0bd9c36289ebe17a844ebdcf1e0c77b2fb1a3b5
parent9fe5a85d4cd695f4b551033452cbbc82e3d85d7d (diff)
downloadaur-62e640a1e3826ab596bcc7b7d6aedc14eb4f173b.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 c4f63ee2b6a2..c84d46ce29d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-catkin_lint
provides = python2-catkin-lint
conflicts = python-catkin_lint
conflicts = python2-catkin-lint
- source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.7.tar.gz
- sha256sums = 8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.8.tar.gz
+ sha256sums = 32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 382e6fd52633..d359f99fa6cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-catkin_lint'
pkgname=('python2-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.7'
+pkgver='1.6.8'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -14,7 +14,7 @@ makedepends=('python2-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134')
+sha256sums=('32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f')
build() {
cd "${srcdir}/${_module}-${pkgver}"