From c69d15c10d022bae9eb6eea89a21572046422ec9 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 5 Feb 2013 04:48:47 +0000 Subject: [PATCH] core/linux-raspberrypi: use git instead of http --- core/linux-raspberrypi/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linux-raspberrypi/PKGBUILD b/core/linux-raspberrypi/PKGBUILD index 90d20e31d..dd3a2ff40 100644 --- a/core/linux-raspberrypi/PKGBUILD +++ b/core/linux-raspberrypi/PKGBUILD @@ -25,7 +25,7 @@ source=('config' 'https://raspy-juice.googlecode.com/svn/trunk/linux-rtc/0002-pcf8523-i2c-register-dt.patch') build() { - git clone --depth 1 https://github.com/raspberrypi/linux.git + git clone --depth 1 git://github.com/raspberrypi/linux.git cd "${srcdir}/linux"