summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 00:53:32 -0800
committerKartik Mohta2019-11-16 00:53:32 -0800
commit42497d79169c324c1f93df3407e02d1c0438e01a (patch)
tree592d98dcfc7e8c2766403db549bcf1c9d9b6427e /PKGBUILD
parent710be9511c56218a45598d2c98fc2257a6dd08b0 (diff)
downloadaur-42497d79169c324c1f93df3407e02d1c0438e01a.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6946e6e63b1f..1482d1264736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.1'
+pkgver='1.6.2'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -13,8 +13,8 @@ conflicts=('python2-catkin_lint' 'python-catkin-lint')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/e1/c5/0ea8509779e09623cc012c91639dddaa8d359f54e3e4a0b8478bbe5d2b52/catkin_lint-1.6.1.tar.gz")
-sha256sums=('5435ae5055cb94b0e7524d7a88c39e64a8cac397a40d75b4823e10b43fb94335')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4')
build() {
cd "${srcdir}/${_module}-${pkgver}"