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 70c51e7c3939..d06af5022f44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.4.21
+ pkgver = 1.5.3
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.4.21.tar.gz
- md5sums = a6605a0f12b9e0a8069b8c4074a2a4fb
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.5.3.tar.gz
+ md5sums = 0c5b97677387c4e858861863e9ec1de0
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index c2c42cc0a5ea..fafb0c7be2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_lint')
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.4.21'
+pkgver='1.5.3'
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/c/catkin_lint/catkin_lint-${pkgver}.tar.gz")
-md5sums=('a6605a0f12b9e0a8069b8c4074a2a4fb')
+md5sums=('0c5b97677387c4e858861863e9ec1de0')
build() {
cd "${srcdir}/${_module}-${pkgver}"