summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 049b81200b7c..26799231fcc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.3
+ pkgver = 1.6.5
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-catkin_lint
provides = python-catkin-lint
conflicts = python2-catkin_lint
conflicts = python-catkin-lint
- source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.3.tar.gz
- sha256sums = b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.5.tar.gz
+ sha256sums = 9db138d524d970e557dd285472ff11f6bd8f23dc6b9df3780a85d0e9fb816a23
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 3365c7c31dd2..eeab9742fa46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.3'
+pkgver='1.6.5'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b')
+sha256sums=('9db138d524d970e557dd285472ff11f6bd8f23dc6b9df3780a85d0e9fb816a23')
build() {
cd "${srcdir}/${_module}-${pkgver}"