summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:17:31 -0800
committerKartik Mohta2020-02-07 00:17:31 -0800
commit2827ea8e9debd1acc8ce413560b1deb2b5a3a903 (patch)
tree45ecb78b36c411ca607f3ffd3c210361f7a26888 /PKGBUILD
parentf3e7fb281b79073ed35ff3976ba7530136abdce6 (diff)
downloadaur-2827ea8e9debd1acc8ce413560b1deb2b5a3a903.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 3365c7c31dd2..eeab9742fa46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.3'
+pkgver='1.6.5'
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=('b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b')
+sha256sums=('9db138d524d970e557dd285472ff11f6bd8f23dc6b9df3780a85d0e9fb816a23')
build() {
cd "${srcdir}/${_module}-${pkgver}"