From 2470120f4e2320bcd8f33d3a27053ffd856ce62b Mon Sep 17 00:00:00 2001 From: nalla Date: Tue, 14 Apr 2015 08:01:10 +0100 Subject: [PATCH] pacman: https protocol for retrieving the source These days, Git's "smart" HTTP(s) transport is the preferred way to synchronize between Git repositories. Signed-off-by: nalla Signed-off-by: Johannes Schindelin --- pacman/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacman/PKGBUILD b/pacman/PKGBUILD index f8a2838b..45ecd6fd 100644 --- a/pacman/PKGBUILD +++ b/pacman/PKGBUILD @@ -45,7 +45,7 @@ backup=("etc/pacman.conf" "etc/makepkg.conf" "etc/makepkg_mingw32.conf" "etc/makepkg_mingw64.conf") -source=("$pkgname"::'git://github.com/Alexpux/MSYS2-pacman.git' +source=("$pkgname"::'git+https://github.com/Alexpux/MSYS2-pacman.git' "pacman.conf" "makepkg.conf" "makepkg_mingw32.conf"