summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-10 17:10:01 +0100
committerMartchus2020-02-10 17:10:01 +0100
commit86fedae962d289fbc40119d818ce579e57be709b (patch)
tree21ff72776fc7d976b1ada3344fb377680151c921
parent096f008e4925f2d987e3f5d59677de637979ae09 (diff)
downloadaur-86fedae962d289fbc40119d818ce579e57be709b.tar.gz
Update to 0.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dedc81d82d7b..05621f9242a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.6.8
+ pkgver = 0.6.9
pkgrel = 1
url = https://github.com/cheshirekow/cmake_format
arch = any
@@ -10,8 +10,8 @@ pkgbase = cmake-format
depends = python-six>=1.13.0
optdepends = python-yaml>=5.3
optdepends = python-jinja>=2.10.3
- source = cmake-format-0.6.8.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.8.tar.gz
- sha512sums = 34c27dddef07704347943cb455462d2ea6d848acfc1c34e9cb16ce272e1fa0246414a864cd5d3f289158a20e277748b4f03d56961e9175948c954623d5750e41
+ source = cmake-format-0.6.9.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.9.tar.gz
+ sha512sums = 9840fa78666cc7fd40891b7ec5731859d958ee05f34cdcf144fcf1e07d95a477c8fa4b0c919cef1d1e6592b8e30bf8b2e1a03cc85e7705cf09ab6784fe09705b
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index 9d72252421bb..8b9482b608e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.8
+pkgver=0.6.9
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=('34c27dddef07704347943cb455462d2ea6d848acfc1c34e9cb16ce272e1fa0246414a864cd5d3f289158a20e277748b4f03d56961e9175948c954623d5750e41')
+sha512sums=('9840fa78666cc7fd40891b7ec5731859d958ee05f34cdcf144fcf1e07d95a477c8fa4b0c919cef1d1e6592b8e30bf8b2e1a03cc85e7705cf09ab6784fe09705b')
check() {
mkdir "$srcdir/check"