Update cmake-format to 0.5.1

This commit is contained in:
Łukasz Moroz 2019-05-17 17:22:59 +02:00 committed by GitHub
parent ac449684be
commit 35bb3363fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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