summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-06-19 14:32:45 -0400
committerKartik Mohta2018-06-19 14:32:45 -0400
commite8b61a344f8350c07caad121423aaf5dff0d577c (patch)
treea91bffe853e88626759f4823f1f1c0f1f915d401 /PKGBUILD
parentf93ebfcf063576f8825de89c5fcd76525f5513eb (diff)
downloadaur-e8b61a344f8350c07caad121423aaf5dff0d577c.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 56464cff8132..c2c42cc0a5ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_lint')
pkgname=('python-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=('python-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}"