summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-08-06 00:01:10 +0200
committerMartchus2019-08-06 00:01:10 +0200
commit56b9c50d6747a33217c52a65a1fcced8f106f60d (patch)
treec0f1bcfc303b336efae6e6ad93411a0d2c8eefcc
parent79f6156aa76ea70582704785f6ec1c30d0a696fe (diff)
downloadaur-56b9c50d6747a33217c52a65a1fcced8f106f60d.tar.gz
Update to 0.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef9205a4eb05..f76f5ccb7490 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.5.3
+ pkgver = 0.5.4
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.5.3.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.5.3.tar.gz
- sha512sums = 55adff9c14c985c1467614298f3fda030efd1d5d29a52771c43552dcbe9442b3204af1cce42a2f5496c643c107be1fdb3d07c3f71c4af9acb72651c7c6eb417e
+ source = cmake-format-0.5.4.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.5.4.tar.gz
+ sha512sums = cf8ce4a9001983b382762ef7741d200b83e15d28725c6ca039ae6508bcc122f348ddb6c6affc69533660c822dad2e1b80ceed90e0a7e2a5bd64c76b7f774817a
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index 7ca4b86e152b..991adc2675ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.5.3
+pkgver=0.5.4
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=('55adff9c14c985c1467614298f3fda030efd1d5d29a52771c43552dcbe9442b3204af1cce42a2f5496c643c107be1fdb3d07c3f71c4af9acb72651c7c6eb417e')
+sha512sums=('cf8ce4a9001983b382762ef7741d200b83e15d28725c6ca039ae6508bcc122f348ddb6c6affc69533660c822dad2e1b80ceed90e0a7e2a5bd64c76b7f774817a')
package() {
cd "$srcdir/cmake_format-$pkgver"