summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-04-21 12:20:23 +0200
committerMartchus2020-04-21 12:20:23 +0200
commit5d5da537d1553e94e8e4ac5112eab0eb060b9d57 (patch)
treec950def527c9c24c0c3faff3fe810fe22f0b1395
parent86fedae962d289fbc40119d818ce579e57be709b (diff)
downloadaur-5d5da537d1553e94e8e4ac5112eab0eb060b9d57.tar.gz
Update to 0.6.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05621f9242a5..deec6f4b47b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.6.9
+ pkgver = 0.6.10
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.9.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.9.tar.gz
- sha512sums = 9840fa78666cc7fd40891b7ec5731859d958ee05f34cdcf144fcf1e07d95a477c8fa4b0c919cef1d1e6592b8e30bf8b2e1a03cc85e7705cf09ab6784fe09705b
+ source = cmake-format-0.6.10.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.10.tar.gz
+ sha512sums = dcab1d8c8f1048ad6a8a372051b255dbae52bfeafbfa699eca5b9d7517dc61140b410e4205eea2b8cb215dc37c91e3bb0ccebefc1be0c8491f7dbbe846cde886
pkgname = cmake-format
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"