summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-03-02 21:19:39 -0800
committerKartik Mohta2019-03-02 21:19:39 -0800
commit3f65956b3643bf1e362ab1cedf9e7edea279bc07 (patch)
treee238df221614ce1261c8d22afcc47e27497597fa
parentcbe294a9d3cd2d01c04497d5e46ec918d2fab314 (diff)
downloadaur-3f65956b3643bf1e362ab1cedf9e7edea279bc07.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0afaf09db3fb..1b752b38d4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.5.5
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/fkie/catkin_lint
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-catkin_lint
provides = python2-catkin-lint
conflicts = python-catkin_lint
conflicts = python2-catkin-lint
- source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.5.5.tar.gz
- md5sums = b80b1ababb4f06fcdc7ac0d9119de7cd
+ source = https://files.pythonhosted.org/packages/source/c/catkin-lint/catkin_lint-1.6.0.tar.gz
+ md5sums = 40b9d398c17762fca4ad110133ca8220
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index c59b358a100d..f3ce1f7a7064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-catkin_lint'
pkgname=('python2-catkin_lint')
_module='catkin_lint'
-pkgver='1.5.5'
+pkgver='1.6.0'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -13,8 +13,8 @@ conflicts=('python-catkin_lint' 'python2-catkin-lint')
makedepends=('python2-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-${pkgver}.tar.gz")
-md5sums=('b80b1ababb4f06fcdc7ac0d9119de7cd')
+source=("https://files.pythonhosted.org/packages/source/c/catkin-lint/catkin_lint-${pkgver}.tar.gz")
+md5sums=('40b9d398c17762fca4ad110133ca8220')
build() {
cd "${srcdir}/${_module}-${pkgver}"