Update cmake-format to 0.6.4

This commit is contained in:
Martchus 2019-12-19 10:57:12 +01:00
parent 75bb48fbf1
commit c1c06c603a
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.3
pkgver=0.6.4
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=('64d185bafd31bf3c9d0580afbd65d75d4e614735e14bae912c00fecc73ef8d82c53ec23be3800f5894ab4e7d1313a4e6775563afdef77cef599adacd39bdadae')
sha512sums=('4075b03f758541064a764bec13316f1c02b8c7963472e18b765d517fba1cbd1a634eb0f2721e52b7a1434c350280e9e1a37f7e85eef1e1ec4d29e41f920fe0ec')
package() {
cd "$srcdir/cmake_format-$pkgver"