summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1893c9d67b42..1e8523e9e861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.4.16
- pkgrel = 2
+ pkgver = 1.4.17
+ pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
license = BSD
@@ -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.16.tar.gz
- md5sums = 6252b8ac505cfc0a87d0064e316db460
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.4.17.tar.gz
+ md5sums = c089484d44d5bf6387bc179710bd4d39
pkgname = python-catkin_lint
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}"