summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-12-08 02:46:45 -0800
committerKartik Mohta2019-12-08 02:46:45 -0800
commit4906ae13c590895b360b4251d99267dc0b46a38d (patch)
tree4bcd9e360fd3e5de3bf0d905dd0ff011e4d23141
parent0c676f909ab5b88e9475e2873166fb3c920fca1b (diff)
downloadaur-4906ae13c590895b360b4251d99267dc0b46a38d.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 179bb906bcd4..832f2091836d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-catkin_lint
pkgdesc = Check catkin packages for common errors
- pkgver = 1.6.2
+ pkgver = 1.6.3
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.6.2.tar.gz
- sha256sums = 0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4
+ source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.3.tar.gz
+ sha256sums = b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b
pkgname = python2-catkin_lint
diff --git a/PKGBUILD b/PKGBUILD
index b3b5643f9b52..31fc014773bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-catkin_lint'
pkgname=('python2-catkin_lint')
_module='catkin_lint'
-pkgver='1.6.2'
+pkgver='1.6.3'
pkgrel=1
pkgdesc="Check catkin packages for common errors"
url="https://github.com/fkie/catkin_lint"
@@ -14,7 +14,7 @@ makedepends=('python2-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('0e9c6b02ef24a109b10c6f655919ea640a8cbf0cbf5eb4d2b20d9f072fc7c1c4')
+sha256sums=('b279f157bef99fc2377a310f82aa4d8e8519eaf135bb272e22d6e09a9fd7695b')
build() {
cd "${srcdir}/${_module}-${pkgver}"