Update cmake-format to 0.6.7

This commit is contained in:
Martchus 2020-01-23 18:15:40 +01:00
parent 051853a06a
commit c3440cb5e7
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
pkgver=0.6.6
pkgver=0.6.7
pkgrel=1
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
@ -12,7 +12,7 @@ url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
depends=('python-setuptools' 'python-yaml' 'python-jinja')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
sha512sums=('d48f672cb7578393a36f448ad1db980d710e1da7996122de892cb482cdd68f090cf72bafc3cd706dea6440c0c73d8d922075b5d8645835e60f7a7df419455f05')
sha512sums=('1d1a637ea5e91540030c3b28606bc211d8d6951d96d84b0318c5a9261be06dd81c929827eae3090aa75004be70d059fe6f5b580854ea093c1aebe19b087bb734')
package() {
cd "$srcdir/cmake_format-$pkgver"