summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-04-13 21:17:57 -0400
committerKartik Mohta2018-04-13 21:17:57 -0400
commitf93ebfcf063576f8825de89c5fcd76525f5513eb (patch)
treee1f577a00e75c55891de7a3a032d6b654e32fb96 /PKGBUILD
parentfec09b5ed13afb32da3bfaf3fa9a53b8508bb2ef (diff)
downloadaur-f93ebfcf063576f8825de89c5fcd76525f5513eb.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 df786d24ec47..56464cff8132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-catkin_lint')
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.4.19'
+pkgver='1.4.20'
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=('191fd2e86a81b60bf49ec4221758b70f')
+md5sums=('e29beb8a628e4985457dc13b03bf6834')
build() {
cd "${srcdir}/${_module}-${pkgver}"