summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-01-13 01:38:02 -0800
committerKartik Mohta2019-01-13 01:38:02 -0800
commitcbe294a9d3cd2d01c04497d5e46ec918d2fab314 (patch)
tree66f930d0a856e16b1f2769968332c9e2c3b2e795
parent3736b9d4e85a788871cdd1603d0cb16d4c197df9 (diff)
downloadaur-cbe294a9d3cd2d01c04497d5e46ec918d2fab314.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 d37e7c95ccd8..0afaf09db3fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.5.3
+ pkgver = 1.5.5
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.5.3.tar.gz
- md5sums = 0c5b97677387c4e858861863e9ec1de0
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.5.5.tar.gz
+ md5sums = b80b1ababb4f06fcdc7ac0d9119de7cd
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index ea22200a6215..c59b358a100d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-catkin_lint'
pkgname=('python2-catkin_lint')
_module='catkin_lint'
-pkgver='1.5.3'
+pkgver='1.5.5'
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=('0c5b97677387c4e858861863e9ec1de0')
+md5sums=('b80b1ababb4f06fcdc7ac0d9119de7cd')
build() {
cd "${srcdir}/${_module}-${pkgver}"