summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Desroches2022-11-17 09:42:14 +0100
committerJoachim Desroches2022-11-17 09:42:14 +0100
commitf098f385520bbd384d5ec7c350492c836bf68cc3 (patch)
tree1a9d1a798a1cb55178b54310654d1c40e5dafac6
parentd7dd643367e8a8f3e214e42561dcf69d57d5243e (diff)
downloadaur-cdist.tar.gz
Add python-six to makedepends - thx @hardfalcon.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b869ba49099..0cacbe9bae2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
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')