summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0fa3bc6dc5d..d19a15170d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"