Update cmake-format to 0.6.6

This commit is contained in:
Martchus 2020-01-17 16:17:05 +01:00
parent 6974ed9597
commit 6aea8e2b74
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.5
pkgver=0.6.6
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=('94ca5887262f2b559aa2783f970ef4c34de4f0475845eae21b98fcbb192c8b38a30268bb9efb9f112c64666ecdde21948a94e279c341edf5ce5820f046f0d49f')
sha512sums=('d48f672cb7578393a36f448ad1db980d710e1da7996122de892cb482cdd68f090cf72bafc3cd706dea6440c0c73d8d922075b5d8645835e60f7a7df419455f05')
package() {
cd "$srcdir/cmake_format-$pkgver"