summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-11-11 20:44:07 +0100
committerMartchus2019-11-11 20:44:07 +0100
commit50192c37a6af7167dfc71ee9dc09b11c61a70805 (patch)
tree6a8bf8e3713e858dd83d26ee0392eb67b98e08d4
parent55edf24b21610f78b0df0b7f82eb817a1b142338 (diff)
downloadaur-50192c37a6af7167dfc71ee9dc09b11c61a70805.tar.gz
Update to 0.6.0, rebuild against Python 3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a12388a53f8..ddb73e769fd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cmake-format
pkgdesc = Source code formatter for CMake listfiles
- pkgver = 0.5.5
+ pkgver = 0.6.0
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.5.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.5.5.tar.gz
- sha512sums = 7aa39480cb01b1e46932270a312f92821a531cf29babb91201b18046dc91cedcc191ab424d3cb0dbf7b8e44010dfc0accaabdfa47a4fae19293cd193c22b3641
+ source = cmake-format-0.6.0.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v0.6.0.tar.gz
+ sha512sums = 051a6dddb156a7faf5cd97a8d8fc580f9c00aaf5191e28c887d563121465b1c679f154d0d6b6989a7ed3df744c4bd3b90b0ff50354cc3a6c47961946da25f9d9
pkgname = cmake-format
diff --git a/PKGBUILD b/PKGBUILD
index eaac10c8e9ab..c9ead4d8e526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=cmake-format
-pkgver=0.5.5
+pkgver=0.6.0
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=('7aa39480cb01b1e46932270a312f92821a531cf29babb91201b18046dc91cedcc191ab424d3cb0dbf7b8e44010dfc0accaabdfa47a4fae19293cd193c22b3641')
+sha512sums=('051a6dddb156a7faf5cd97a8d8fc580f9c00aaf5191e28c887d563121465b1c679f154d0d6b6989a7ed3df744c4bd3b90b0ff50354cc3a6c47961946da25f9d9')
package() {
cd "$srcdir/cmake_format-$pkgver"