summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorBuce <dmbuce@gmail.com>2013-05-24 21:40:38 +0200
committerBuce <dmbuce@gmail.com>2013-06-09 23:36:12 +0200
commit64610c585a85e5f358d3426654a6d81bb242a858 (patch)
tree33865eb814845ac91c970a4325b336a0d3c8b8bf /packaging
parentLet makepkg control compression of man pages (diff)
downloadansible-64610c585a85e5f358d3426654a6d81bb242a858.tar.xz
ansible-64610c585a85e5f358d3426654a6d81bb242a858.zip
Add provides=('ansible') to PKGBUILD
This lets packages use ansible-git as a dependency in place of ansible.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/arch/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index cd494ab3c0..0459575541 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Michel Blanc <mblanc@erasme.org>
pkgname=ansible-git
-pkgver=1.1.568.gd29d142
+pkgver=1.1.912.gedb6a68
pkgver(){
cd "$srcdir/$pkgname"
git describe --tags --long | sed 's/^v//;s/-/./g'
@@ -17,6 +17,7 @@ optdepends=('python2-pyzmq: needed for fireball mode'
'python2-crypto: needed for fireball mode'
'python2-keyczar: needed for fireball mode')
conflicts=('ansible')
+provides=('ansible')
source=("$pkgname::git://github.com/ansible/ansible.git"
"python-binary.diff")
md5sums=("SKIP" "ab81876d8d4c86c27d137e3d86c25a3a")