summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-12-08 02:46:01 -0800
committerKartik Mohta2019-12-08 02:46:01 -0800
commitf3e7fb281b79073ed35ff3976ba7530136abdce6 (patch)
tree794524a016cad10470c1968730f79d1aa99a5622
parent42497d79169c324c1f93df3407e02d1c0438e01a (diff)
downloadaur-f3e7fb281b79073ed35ff3976ba7530136abdce6.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ceef3a1eb32..049b81200b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-catkin_lint
provides = python-catkin-lint
conflicts = python2-catkin_lint
conflicts = python-catkin-lint
- source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.2.tar.gz
- sha256sums = 0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.3.tar.gz
+ sha256sums = b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b
pkgname = python-catkin_lint
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}"