diff options
author | Joachim Desroches | 2022-11-17 09:42:14 +0100 |
---|---|---|
committer | Joachim Desroches | 2022-11-17 09:42:14 +0100 |
commit | f098f385520bbd384d5ec7c350492c836bf68cc3 (patch) | |
tree | 1a9d1a798a1cb55178b54310654d1c40e5dafac6 /.SRCINFO | |
parent | d7dd643367e8a8f3e214e42561dcf69d57d5243e (diff) | |
download | aur-cdist.tar.gz |
Add python-six to makedepends - thx @hardfalcon.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,11 +1,12 @@ pkgbase = cdist pkgdesc = A usable configuration management system pkgver = 7.0.0 - pkgrel = 1 + pkgrel = 2 url = https://code.ungleich.ch/ungleich-public/cdist/ arch = any license = GPL3 makedepends = python-setuptools + makedepends = python-six makedepends = python-sphinx makedepends = python-sphinx_rtd_theme depends = python |