summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-12-08 02:46:01 -0800
committerKartik Mohta2019-12-08 02:46:01 -0800
commitf3e7fb281b79073ed35ff3976ba7530136abdce6 (patch)
tree794524a016cad10470c1968730f79d1aa99a5622 /PKGBUILD
parent42497d79169c324c1f93df3407e02d1c0438e01a (diff)
downloadaur-f3e7fb281b79073ed35ff3976ba7530136abdce6.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 1482d1264736..3365c7c31dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.2'
+pkgver='1.6.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/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4')
+sha256sums=('b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b')
build() {
cd "${srcdir}/${_module}-${pkgver}"