Update cmake-format to 0.6.5

This commit is contained in:
Martchus 2019-12-26 22:17:09 +01:00
parent 96f926a451
commit a1a517a421
1 changed files with 2 additions and 2 deletions

View File

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