summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoachim Desroches2022-11-17 09:42:14 +0100
committerJoachim Desroches2022-11-17 09:42:14 +0100
commitf098f385520bbd384d5ec7c350492c836bf68cc3 (patch)
tree1a9d1a798a1cb55178b54310654d1c40e5dafac6 /PKGBUILD
parentd7dd643367e8a8f3e214e42561dcf69d57d5243e (diff)
downloadaur-cdist.tar.gz
Add python-six to makedepends - thx @hardfalcon.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0bea8b4fdee8..f96de2294d84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cdist
pkgver=7.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A usable configuration management system'
arch=('any')
url='https://code.ungleich.ch/ungleich-public/cdist/'
license=('GPL3')
depends=('python' 'openssh')
-makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
+makedepends=('python-setuptools' 'python-six' 'python-sphinx' 'python-sphinx_rtd_theme')
source=("https://code.ungleich.ch/ungleich-public/cdist/archive/${pkgver}.tar.gz")
sha256sums=('951f37b01a57e0b630987d68827ceb2eeb44e29251028406b1c37c8dc05beb9f')