summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-04-18 02:08:01 -0700
committerKartik Mohta2020-04-18 02:08:01 -0700
commit83dd3c406300577cfa8673b1895db0130f1c1e5f (patch)
tree49897b82891c91bf413001f5287c1b4a226b0714
parentd4a381b018f4b760cb819fcef2636bb46c3a6e6f (diff)
downloadaur-83dd3c406300577cfa8673b1895db0130f1c1e5f.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 a4d51137fc5..9e15b26781d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.7
+ pkgver = 1.6.8
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.7.tar.gz
- sha256sums = 8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.8.tar.gz
+ sha256sums = 32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index ab3f00407d4..5b18c488652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.7'
+pkgver='1.6.8'
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=('8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134')
+sha256sums=('32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f')
build() {
cd "${srcdir}/${_module}-${pkgver}"