Merge pull request #1951 from leucos/patch-2
Update packaging/arch/PKGBUILD
This commit is contained in:
commit
59134ebe93
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue