summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Nicholson2017-04-01 13:07:29 -0700
committerPaul Nicholson2017-04-01 13:07:29 -0700
commitbd2555930e900de6551e98c1490567bd7b138a16 (patch)
tree7045520e9d7682573e991800ae28d8a36eabc3c8
parent9a538bb0cc41a141a89f4ccae96048a6ff669505 (diff)
downloadaur-bd2555930e900de6551e98c1490567bd7b138a16.tar.gz
add python-yaml build dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 374171c409c6..11f2a0202093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 9 03:20:17 UTC 2017
+# Sat Apr 1 20:07:02 UTC 2017
pkgbase = ansible-git
pkgdesc = Radically simple IT automation platform
- pkgver = 2.3.0.29284.32146acf4e
+ pkgver = 2.4.0.29615.11138abc51
pkgrel = 1
url = http://www.ansible.com
arch = any
@@ -11,6 +11,7 @@ pkgbase = ansible-git
makedepends = fakeroot
makedepends = git
makedepends = python-sphinx
+ makedepends = python-yaml
depends = python2
depends = python2-yaml
depends = python2-paramiko
diff --git a/PKGBUILD b/PKGBUILD
index 1b85ebb1566f..eba332181aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@
# Contributor: Noel Kuntze <noel@familie-kuntze.de>
pkgname=ansible-git
-pkgver=2.3.0.29284.32146acf4e
+pkgver=2.4.0.29615.11138abc51
pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='http://www.ansible.com'
license=('GPL3')
depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 'python2-six' 'python2-pexpect' 'python2-crypto')
-makedepends=('asciidoc' 'fakeroot' 'git' 'python-sphinx')
+makedepends=('asciidoc' 'fakeroot' 'git' 'python-sphinx' 'python-yaml')
optdepends=('python2-passlib: crypt values for vars_prompt'
'python2-netaddr: for the ipaddr filter'
'python2-systemd: log to journal'