diff options
author | William Giokas <1007380@gmail.com> | 2014-04-28 14:16:04 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-09-15 09:30:54 +1000 |
commit | 95e1a1ef8223dea2b8eb41e60428858b1c39f47f (patch) | |
tree | 79a55002756f0e80e1e80e9834920264a58904cb /etc/.gitignore | |
parent | 38b6de937cdbf581d13b404b50183d1b7e457413 (diff) | |
download | pacman-95e1a1ef8223dea2b8eb41e60428858b1c39f47f.tar.xz |
makepkg: Allow using sources with :: in them
Git has the ability to use helper applications for interfacing with hg,
and from what we had before, the following url::
foo::git+hg::http://foo.bar/foobar
would get converted to something along the lines of:
filename: foo
URL: http://foo.bar/foobar
and the 'git+hg' part would essentially be ignored when it's getting set
up in the 'get_protocol' and 'get_downloadclient' functions. With this
patch it is possible to have a source link with '::' in it, however it
is not possible to have a filename with '::', which is the current
behavior.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc/.gitignore')
0 files changed, 0 insertions, 0 deletions