summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 043f49a26116..afe2070a369e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python-catkin_lint')
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.4.16'
-pkgrel=2
+pkgver='1.4.17'
+pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
depends=('python' 'python-catkin_pkg')
@@ -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=('6252b8ac505cfc0a87d0064e316db460')
+md5sums=('c089484d44d5bf6387bc179710bd4d39')
build() {
cd "${srcdir}/${_module}-${pkgver}"