summaryrefslogtreecommitdiff
path: root/packaging/arch
diff options
context:
space:
mode:
authorMichel Blanc <mb@mbnet.fr>2013-01-31 18:19:32 +0100
committerMichel Blanc <mb@mbnet.fr>2013-01-31 18:19:32 +0100
commitbd5f6992913a8203d56ed474f84c9418bb3f761f (patch)
treea2b18301339f7add4cce2d58f7fdeeb5f0b6b403 /packaging/arch
parent923929081a714e69c10fd69b605103cb5f794a33 (diff)
downloadansible-bd5f6992913a8203d56ed474f84c9418bb3f761f.tar.gz
Update packaging/arch/PKGBUILD
Removes python2-json dependancy which is not required on Arch (python 2.7)
Diffstat (limited to 'packaging/arch')
-rw-r--r--packaging/arch/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 3bcfd770e3..2a5fcd48b2 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -1,12 +1,12 @@
#Maintainer: Michel Blanc <mblanc@erasme.org>
pkgname=ansible-git
-pkgver=20130123
+pkgver=20130131
pkgrel=1
pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework"
arch=('any')
url="http://ansible.cc"
license=('GPL3')
-depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-simplejson' 'python2-yaml')
+depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-yaml')
makedepends=('git' 'asciidoc' 'fakeroot')
conflicts=('ansible')
source=("python-binary.diff")