summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-03-01 13:47:44 -0500
committerKeshav Amburay2014-03-01 13:47:44 -0500
commitf9f29938ee94a90149bafb631e77957e25f705cb (patch)
tree5cc87843940bd2457e1956e14d4f2eb49c609e1e
parent9ea6d98690060da3fc535a2861ec1a467d974ab1 (diff)
downloadaur-f9f29938ee94a90149bafb631e77957e25f705cb.tar.gz
Use http: for git checkout
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7ecc37af530..4a9100e0b8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gnu-efi-libs-git
options = staticlibs
options = !strip
options = !makeflags
- source = gnu-efi::git+git://git.code.sf.net/p/gnu-efi/code#branch=master
+ source = gnu-efi::git+http://git.code.sf.net/p/gnu-efi/code#branch=master
sha1sums = SKIP
pkgname = gnu-efi-libs-git
diff --git a/PKGBUILD b/PKGBUILD
index 518a5cf0e84e..ea41f97be4be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
-_gitroot="git://git.code.sf.net/p/gnu-efi/code"
+_gitroot="http://git.code.sf.net/p/gnu-efi/code"
_gitname="gnu-efi"
_gitbranch="master"