summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2017-12-06 20:37:26 -0500
committerKartik Mohta2017-12-06 20:37:26 -0500
commitf8eb3b593899b5015aef1c999a3ad3d3571c7d34 (patch)
treefb2d5155bab92155c75498307833e7b685ff580e
parent162b55ed57a01b558966cac58efc0020171b1ccf (diff)
downloadaur-f8eb3b593899b5015aef1c999a3ad3d3571c7d34.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1fc0eb89d0..18fdb229f5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-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 = 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.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 = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index a818054d628d..3a4b1063940d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python2-catkin_lint')
pkgname=('python2-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=('python2' 'python2-catkin_pkg')
@@ -14,7 +14,7 @@ makedepends=('python2-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}"