summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-08-20 01:20:52 +0200
committerMartchus2020-08-20 01:20:52 +0200
commit6571f4b0623882b33ca0c19b6bf96ce40456b881 (patch)
tree8a0850830f26f9cc99aebc2131a25453bb34d9bb
parentcaeb5ec087e0b9c98bb06ce6e34d1bdf7331c725 (diff)
downloadaur-6571f4b0623882b33ca0c19b6bf96ce40456b881.tar.gz
Update to 0.6.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba3f8a8d1b7..2e561daa5f88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.6.12
+ pkgver = 0.6.13
pkgrel = 1
url = https://github.com/cheshirekow/cmake_format
arch = any
@@ -11,8 +11,8 @@ pkgbase = cmake-format
optdepends = python-yaml>=5.3
optdepends = python-jinja>=2.10.3
optdepends = python-argcomplete: automatic shell completion
- source = cmake-format-0.6.12.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.12.tar.gz
- sha512sums = e54d54ba592875ad2d8683a3be7dce10c8ddbf6ef39ac127510de8de3598763179768594d0f30ab98df87a19a989920916dcf9d759abff59854d738227a7644e
+ source = cmake-format-0.6.13.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.13.tar.gz
+ sha512sums = eb7fde540860b6119d0bb528f22592fb4b507f9319aeda0999da10bcc89ee1348fd7d701fc49aa5dac7616e1577e436cbd73de94dbbab0cafdf28e1812612342
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index a41d74aef27a..3bd4620d0da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.6.12
+pkgver=0.6.13
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' 'python-argcomplete: automatic shell completion')
checkdepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
-sha512sums=('e54d54ba592875ad2d8683a3be7dce10c8ddbf6ef39ac127510de8de3598763179768594d0f30ab98df87a19a989920916dcf9d759abff59854d738227a7644e')
+sha512sums=('eb7fde540860b6119d0bb528f22592fb4b507f9319aeda0999da10bcc89ee1348fd7d701fc49aa5dac7616e1577e436cbd73de94dbbab0cafdf28e1812612342')
check() {
mkdir "$srcdir/check"