[arch-commits] Commit in ansible/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Jan 16 00:19:09 UTC 2017


    Date: Monday, January 16, 2017 @ 00:19:08
  Author: svenstaro
Revision: 207532

upgpkg: ansible 2.2.1.0rc5-2

Add python2-systemd optdep

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-16 00:12:22 UTC (rev 207531)
+++ PKGBUILD	2017-01-16 00:19:08 UTC (rev 207532)
@@ -10,7 +10,7 @@
 pkgver=2.2.1.0rc5
 _pkgver1=2.2.1.0
 _pkgver2=2.2.1.0-0.5.rc5
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -17,7 +17,8 @@
 license=('GPL3')
 depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 'python2-crypto')
 optdepends=('python2-passlib: crypt values for vars_prompt'
-            'python2-netaddr: for the ipaddr filter')
+            'python2-netaddr: for the ipaddr filter'
+            'python2-systemd: log to journal')
 makedepends=('asciidoc' 'fakeroot')
 backup=('etc/ansible/ansible.cfg')
 source=("https://releases.ansible.com/ansible/ansible-${_pkgver2}.tar.gz")



More information about the arch-commits mailing list