Remove git:// urls from docsite and from packaging (#30459)

It's almost always preferable to clone by way of https:// rather than
using the bare git:// protocol. Not only does https:// provide
stronger guarantees it also plays nicer with corporate proxies, etc.
This commit is contained in:
Andreas Olsson 2017-10-03 21:16:25 +02:00 committed by Toshio Kuratomi
commit ba0b91b51b
4 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ optdepends=('python2-pyasn1: needed for accelerated mode'
conflicts=('ansible')
provides=('ansible')
backup=('etc/ansible/ansible.cfg')
source=($pkgname::git://github.com/ansible/ansible.git)
source=($pkgname::git+https://github.com/ansible/ansible.git)
md5sums=('SKIP')
pkgver() {