summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-03-19 13:37:59 -0700
committerKartik Mohta2020-03-19 13:37:59 -0700
commitfe63acf964e189b2c0b70d185028305f7e4d292e (patch)
tree1ea863d6587bd23dab0129cba6e4a08df4a727a8
parent2827ea8e9debd1acc8ce413560b1deb2b5a3a903 (diff)
downloadaur-fe63acf964e189b2c0b70d185028305f7e4d292e.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 26799231fcc1..82e8d72addf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.5
+ pkgver = 1.6.6
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.5.tar.gz
- sha256sums = 9db138d524d970e557dd285472ff11f6bd8f23dc6b9df3780a85d0e9fb816a23
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.6.tar.gz
+ sha256sums = df86b7610b2f21839c8d27efa834c846fe0f5f00528368c44ff320738aabf91d
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index eeab9742fa46..1c575456ccf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.5'
+pkgver='1.6.6'
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=('9db138d524d970e557dd285472ff11f6bd8f23dc6b9df3780a85d0e9fb816a23')
+sha256sums=('df86b7610b2f21839c8d27efa834c846fe0f5f00528368c44ff320738aabf91d')
build() {
cd "${srcdir}/${_module}-${pkgver}"