Update cmake-format to 0.6.2

This commit is contained in:
Martchus 2019-12-03 13:23:52 +01:00
parent a16207a9b9
commit 2486270807
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.0
pkgver=0.6.2
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=('051a6dddb156a7faf5cd97a8d8fc580f9c00aaf5191e28c887d563121465b1c679f154d0d6b6989a7ed3df744c4bd3b90b0ff50354cc3a6c47961946da25f9d9')
sha512sums=('0e7626b2a59b1a1f08d06b84b4d0a4c1d415a57d72ad5d6ba5b5aeea93c73242ff95421cdca59f5776ce50a024d3e5478304fd6b83f8be85643fc3a697654d64')
package() {
cd "$srcdir/cmake_format-$pkgver"