summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53eea17dc7e2..f9b4a6d9766c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.0
+ pkgver = 1.6.1
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.0.tar.gz
- md5sums = 40b9d398c17762fca4ad110133ca8220
+ source = https://files.pythonhosted.org/packages/e1/c5/0ea8509779e09623cc012c91639dddaa8d359f54e3e4a0b8478bbe5d2b52/catkin_lint-1.6.1.tar.gz
+ sha256sums = 5435ae5055cb94b0e7524d7a88c39e64a8cac397a40d75b4823e10b43fb94335
pkgname = python-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index 9c66db615e82..6946e6e63b1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-catkin_lint'
pkgname=('python-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.0'
+pkgver='1.6.1'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -13,8 +13,8 @@ conflicts=('python2-catkin_lint' 'python-catkin-lint')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/c/catkin-lint/catkin_lint-${pkgver}.tar.gz")
-md5sums=('40b9d398c17762fca4ad110133ca8220')
+source=("https://files.pythonhosted.org/packages/e1/c5/0ea8509779e09623cc012c91639dddaa8d359f54e3e4a0b8478bbe5d2b52/catkin_lint-1.6.1.tar.gz")
+sha256sums=('5435ae5055cb94b0e7524d7a88c39e64a8cac397a40d75b4823e10b43fb94335')
build() {
cd "${srcdir}/${_module}-${pkgver}"