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 8b9482b608e5..d95c984642eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.9
+pkgver=0.6.10
pkgrel=1
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-setuptools' 'python-six>=1.13.0')
optdepends=('python-yaml>=5.3' 'python-jinja>=2.10.3')
checkdepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
-sha512sums=('9840fa78666cc7fd40891b7ec5731859d958ee05f34cdcf144fcf1e07d95a477c8fa4b0c919cef1d1e6592b8e30bf8b2e1a03cc85e7705cf09ab6784fe09705b')
+sha512sums=('dcab1d8c8f1048ad6a8a372051b255dbae52bfeafbfa699eca5b9d7517dc61140b410e4205eea2b8cb215dc37c91e3bb0ccebefc1be0c8491f7dbbe846cde886')
check() {
mkdir "$srcdir/check"