diff options
author | Kartik Mohta | 2020-04-18 02:08:01 -0700 |
---|---|---|
committer | Kartik Mohta | 2020-04-18 02:08:01 -0700 |
commit | 83dd3c406300577cfa8673b1895db0130f1c1e5f (patch) | |
tree | 49897b82891c91bf413001f5287c1b4a226b0714 | |
parent | d4a381b018f4b760cb819fcef2636bb46c3a6e6f (diff) | |
download | aur-83dd3c406300577cfa8673b1895db0130f1c1e5f.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-catkin_lint pkgdesc = Check catkin packages for common errors - pkgver = 1.6.7 + pkgver = 1.6.8 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.7.tar.gz - sha256sums = 8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134 + source = https://files.pythonhosted.org/packages/source/c/catkin_lint/catkin_lint-1.6.8.tar.gz + sha256sums = 32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f pkgname = python-catkin_lint @@ -3,7 +3,7 @@ pkgbase='python-catkin_lint' pkgname=('python-catkin_lint') _module='catkin_lint' -pkgver='1.6.7' +pkgver='1.6.8' 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=('8c5d934c12f73b76bebdbb8b2d503d259d14a92febecf5566219552f7dadf134') +sha256sums=('32fffc8ff52cc49f241080381702ffc229c47a9e03606efbf43853f0d16c630f') build() { cd "${srcdir}/${_module}-${pkgver}" |