summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-01-23 18:17:02 +0100
committerMartchus2020-01-23 18:17:02 +0100
commitcb4b7f65825d604eddc35add8a2ee24287a5b571 (patch)
tree9dfcab76a349f76da25a49e9402a110da02c189f
parentd1d125cada19a34cdc83fda3fe79c4908cff25c9 (diff)
downloadaur-cb4b7f65825d604eddc35add8a2ee24287a5b571.tar.gz
Update to 0.6.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea2f40417a1..7e4e79d91b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.6.6
+ pkgver = 0.6.7
pkgrel = 1
url = https://github.com/cheshirekow/cmake_format
arch = any
@@ -8,8 +8,8 @@ pkgbase = cmake-format
depends = python-setuptools
depends = python-yaml
depends = python-jinja
- source = cmake-format-0.6.6.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.6.tar.gz
- sha512sums = d48f672cb7578393a36f448ad1db980d710e1da7996122de892cb482cdd68f090cf72bafc3cd706dea6440c0c73d8d922075b5d8645835e60f7a7df419455f05
+ source = cmake-format-0.6.7.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.7.tar.gz
+ sha512sums = 1d1a637ea5e91540030c3b28606bc211d8d6951d96d84b0318c5a9261be06dd81c929827eae3090aa75004be70d059fe6f5b580854ea093c1aebe19b087bb734
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index 30e2fb223dd5..ea6289f975ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.6
+pkgver=0.6.7
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=('d48f672cb7578393a36f448ad1db980d710e1da7996122de892cb482cdd68f090cf72bafc3cd706dea6440c0c73d8d922075b5d8645835e60f7a7df419455f05')
+sha512sums=('1d1a637ea5e91540030c3b28606bc211d8d6951d96d84b0318c5a9261be06dd81c929827eae3090aa75004be70d059fe6f5b580854ea093c1aebe19b087bb734')
package() {
cd "$srcdir/cmake_format-$pkgver"