summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortomKPZ2019-02-19 10:15:52 +0100
committerMartchus2019-02-19 10:19:01 +0100
commitb86687dd2d0a67a11129d231d3329ceb3db4fb07 (patch)
tree5e000da8cce858cfaf1903299dd8a1f04e9f17c8 /PKGBUILD
parent216edbb319370809cf85c9cbd448ddb31b8c798a (diff)
downloadaur-b86687dd2d0a67a11129d231d3329ceb3db4fb07.tar.gz
Add python-yaml dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f2c911d8ced..c0fa3bc6dc5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=cmake-format
pkgver=0.4.5
-pkgrel=1
+pkgrel=2
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
-depends=('python-setuptools')
+depends=('python-setuptools' 'python-yaml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheshirekow/cmake_format/archive/v${pkgver}.tar.gz")
sha512sums=('b9cf9fa152af718db7ca753f65dc9732c458d2123297907c96ae09e9bfed95db79dd3caf159dccc42234146accbfa6bbee7f9a2c43d66a71cd33d68ac4220ffb')