diff options
author | Kartik Mohta | 2021-06-26 12:40:30 +0530 |
---|---|---|
committer | Kartik Mohta | 2021-06-26 12:40:30 +0530 |
commit | 23f16f91f713c492c933279bbb13b08836a155f3 (patch) | |
tree | 9805bb8b200453076c61568130d74923e9b27794 | |
parent | e35ad67593e0ab94423e619423b533b7b0712e92 (diff) | |
download | aur-23f16f91f713c492c933279bbb13b08836a155f3.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = python-catkin_lint pkgdesc = Check catkin packages for common errors - pkgver = 1.6.12 + pkgver = 1.6.13 pkgrel = 1 url = https://github.com/fkie/catkin_lint arch = any @@ -12,8 +12,7 @@ pkgbase = python-catkin_lint provides = python-catkin-lint conflicts = python2-catkin_lint conflicts = python-catkin-lint - source = https://github.com/fkie/catkin_lint/archive/1.6.12.tar.gz - sha256sums = b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80 + source = https://github.com/fkie/catkin_lint/archive/1.6.13.tar.gz + sha256sums = 4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437 pkgname = python-catkin_lint - @@ -1,7 +1,7 @@ # Maintainer: Kartik Mohta <kartikmohta@gmail.com> pkgname=('python-catkin_lint') -pkgver='1.6.12' +pkgver='1.6.13' pkgrel=1 pkgdesc='Check catkin packages for common errors' arch=('any') @@ -12,7 +12,7 @@ makedepends=('python-setuptools') provides=('python-catkin-lint') conflicts=('python2-catkin_lint' 'python-catkin-lint') source=("https://github.com/fkie/catkin_lint/archive/${pkgver}.tar.gz") -sha256sums=('b66a6677e08577bb01d1031645abd46d1c8a59ae56692c8589889ed3bfd46f80') +sha256sums=('4283f87061c6e1094787b396a12ade9d2d7e0c1b1e42ff1456731565a1ed8437') _module='catkin_lint' |