summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortocic2023-06-26 11:26:48 +0200
committerMartchus2023-06-26 11:26:48 +0200
commit97070d49b90eada86284da7e507e7ec066742f7a (patch)
treec668f10e799fe0e9ac606d356208e2655bbbe34d /PKGBUILD
parent205281e6436bf1c202e8ab695bfe4674874d57df (diff)
downloadaur-cmake-format.tar.gz
Move python-setuptools to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71fc5cfbd78d..c736c96734ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=cmake-format
pkgver=0.6.13
-pkgrel=2
+pkgrel=3
pkgdesc='Source code formatter for CMake listfiles'
arch=('any')
url='https://github.com/cheshirekow/cmake_format'
license=('GPL3')
-depends=('python-setuptools' 'python-six>=1.13.0')
+depends=('python-six>=1.13.0')
+makedepends=('python-setuptools')
optdepends=('python-yaml>=5.3: YAML config files' 'python-jinja>=2.10.3: complete HTML annotation' 'python-argcomplete: automatic shell completion')
checkdepends=('cmake')
provides=('python-cmakelang')