From 1f1cd8bedc16619f58550c33d1abd749061199e4 Mon Sep 17 00:00:00 2001 From: tocic Date: Thu, 22 Jun 2023 12:30:07 +0300 Subject: [PATCH] cmake-format: Explain the purpose of every optional dependency See https://cmake-format.readthedocs.io/en/latest/installation.html#install-with-pip. --- cmake-format/default/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-format/default/PKGBUILD b/cmake-format/default/PKGBUILD index fcd4a28b..71fc5cfb 100644 --- a/cmake-format/default/PKGBUILD +++ b/cmake-format/default/PKGBUILD @@ -11,7 +11,7 @@ arch=('any') url='https://github.com/cheshirekow/cmake_format' license=('GPL3') depends=('python-setuptools' 'python-six>=1.13.0') -optdepends=('python-yaml>=5.3' 'python-jinja>=2.10.3' 'python-argcomplete: automatic shell completion') +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') conflicts=('python-cmakelang')