summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-06-19 14:32:29 -0400
committerKartik Mohta2018-06-19 14:32:29 -0400
commit87a10519368bd1b267ec67ca7abce0f41e2a5f9b (patch)
treed15ef3da9febd8c06d78a2fef160f3870ae53a1d
parentcd7836a9065ab30b49b7a22a4c9d574fd97737fa (diff)
downloadaur-87a10519368bd1b267ec67ca7abce0f41e2a5f9b.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c79e1130fb..1eca72ccde08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.4.20
+ pkgver = 1.4.21
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -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.20.tar.gz
- md5sums = e29beb8a628e4985457dc13b03bf6834
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.4.21.tar.gz
+ md5sums = a6605a0f12b9e0a8069b8c4074a2a4fb
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 46b646132f5d..b5f21d6fa47e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python2-catkin_lint')
pkgname=('python2-catkin_lint')
_module='catkin_lint'
-pkgver='1.4.20'
+pkgver='1.4.21'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -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=('e29beb8a628e4985457dc13b03bf6834')
+md5sums=('a6605a0f12b9e0a8069b8c4074a2a4fb')
build() {
cd "${srcdir}/${_module}-${pkgver}"