summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-04-10 01:04:14 -0700
committerKartik Mohta2020-04-10 01:04:14 -0700
commitd4a381b018f4b760cb819fcef2636bb46c3a6e6f (patch)
treef629de6cf10f7eee8c015bb32eecf851c2ee2c82
parentfe63acf964e189b2c0b70d185028305f7e4d292e (diff)
downloadaur-d4a381b018f4b760cb819fcef2636bb46c3a6e6f.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 82e8d72addf1..a4d51137fc5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.6
+ pkgver = 1.6.7
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.6.tar.gz
- sha256sums = df86b7610b2f21839c8d27efa834c846fe0f5f00528368c44ff320738aabf91d
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.7.tar.gz
+ sha256sums = 8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 1c575456ccf1..ab3f00407d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.6'
+pkgver='1.6.7'
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=('df86b7610b2f21839c8d27efa834c846fe0f5f00528368c44ff320738aabf91d')
+sha256sums=('8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134')
build() {
cd "${srcdir}/${_module}-${pkgver}"