summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-12-26 22:17:59 +0100
committerMartchus2019-12-26 22:17:59 +0100
commitd59200007c184059b61e53a5c1fdfe182374a69f (patch)
tree8a33194a5259343337dd7a0a1efd7ffe378ce8f3
parentd0c9723558eeea585cc5757aed08fe4ac6581af3 (diff)
downloadaur-d59200007c184059b61e53a5c1fdfe182374a69f.tar.gz
Update to 0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c74c670e74e9..be0f1e3ce9f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.6.4
+ pkgver = 0.6.5
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.4.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.4.tar.gz
- sha512sums = 4075b03f758541064a764bec13316f1c02b8c7963472e18b765d517fba1cbd1a634eb0f2721e52b7a1434c350280e9e1a37f7e85eef1e1ec4d29e41f920fe0ec
+ source = cmake-format-0.6.5.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.5.tar.gz
+ sha512sums = 94ca5887262f2b559aa2783f970ef4c34de4f0475845eae21b98fcbb192c8b38a30268bb9efb9f112c64666ecdde21948a94e279c341edf5ce5820f046f0d49f
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index aa9eab963e0e..60ff4f137cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.4
+pkgver=0.6.5
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=('4075b03f758541064a764bec13316f1c02b8c7963472e18b765d517fba1cbd1a634eb0f2721e52b7a1434c350280e9e1a37f7e85eef1e1ec4d29e41f920fe0ec')
+sha512sums=('94ca5887262f2b559aa2783f970ef4c34de4f0475845eae21b98fcbb192c8b38a30268bb9efb9f112c64666ecdde21948a94e279c341edf5ce5820f046f0d49f')
package() {
cd "$srcdir/cmake_format-$pkgver"