Update cmake-format, rebuild against Python 3.8

This commit is contained in:
Martchus 2019-11-11 20:43:26 +01:00
parent 7c43521988
commit 803b1566c7
1 changed files with 2 additions and 2 deletions

View File

@ -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"