summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-09-07 18:21:03 -0400
committerKartik Mohta2018-09-07 18:21:03 -0400
commit9d0c1bb62bf8e26db5d99025b439125548c05aac (patch)
tree8fad0cd821b649b50bb3352b1db64a61a50da19d /PKGBUILD
parente8b61a344f8350c07caad121423aaf5dff0d577c (diff)
downloadaur-9d0c1bb62bf8e26db5d99025b439125548c05aac.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2c42cc0a5ea..fafb0c7be2e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_lint')
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.4.21'
+pkgver='1.5.3'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -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=('a6605a0f12b9e0a8069b8c4074a2a4fb')
+md5sums=('0c5b97677387c4e858861863e9ec1de0')
build() {
cd "${srcdir}/${_module}-${pkgver}"