From d9c76dab573a7449feea43644f95721b83c54622 Mon Sep 17 00:00:00 2001 From: Michel Blanc Date: Sat, 5 Jan 2013 16:46:50 +0100 Subject: [PATCH] Changes URL to ansible.cc Removed github URL in favor of ansible.cc --- packaging/arch/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 2a6c2ec316e..72c5f5c118e 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -1,10 +1,10 @@ #Maintainer: Michel Blanc pkgname=ansible-git -pkgver=20130103 -pkgrel=3 +pkgver=20130105 +pkgrel=1 pkgdesc="A radically simple deployment, model-driven configuration management, and command execution framework" arch=('any') -url="https://github.com/ansible/ansible" +url="http://ansible.cc" license=('GPL3') depends=('python2' 'python2-paramiko' 'python2-jinja' 'python2-simplejson' 'python2-yaml') makedepends=('git' 'asciidoc' 'fakeroot')