summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 01:01:41 -0800
committerKartik Mohta2019-11-16 01:01:41 -0800
commit0c676f909ab5b88e9475e2873166fb3c920fca1b (patch)
treeda3f5d07ab8834e9ee22ae896b3096096bdce1fc
parentcdcb213dadc21dc210493330fe2a6b4924e722d7 (diff)
downloadaur-0c676f909ab5b88e9475e2873166fb3c920fca1b.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22c673746dbd..179bb906bcd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-catkin_lint
provides = python2-catkin-lint
conflicts = python-catkin_lint
conflicts = python2-catkin-lint
- 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/c/catkin_lint/catkin_lint-1.6.2.tar.gz
+ sha256sums = 0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 7bc709cab904..b3b5643f9b52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-catkin_lint'
pkgname=('python2-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=('python-catkin_lint' 'python2-catkin-lint')
makedepends=('python2-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}"