summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa9eab963e0e..60ff4f137cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.4
+pkgver=0.6.5
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=('4075b03f758541064a764bec13316f1c02b8c7963472e18b765d517fba1cbd1a634eb0f2721e52b7a1434c350280e9e1a37f7e85eef1e1ec4d29e41f920fe0ec')
+sha512sums=('94ca5887262f2b559aa2783f970ef4c34de4f0475845eae21b98fcbb192c8b38a30268bb9efb9f112c64666ecdde21948a94e279c341edf5ce5820f046f0d49f')
package() {
cd "$srcdir/cmake_format-$pkgver"