From fd40a29ec858a24936acd84899dbc3860d91556e Mon Sep 17 00:00:00 2001
From: Jan Mulder <jlmulder@xs4all.nl>
Date: Wed, 12 Apr 2017 19:40:19 +0200
Subject: [PATCH] Use libdc from github now

The build script was cloning the Sursurface branch of libdivecomputer from the "old"
location. Use the new github based location from now on.

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
---
 scripts/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build.sh b/scripts/build.sh
index f60d7045b..fd62d2c1f 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -129,7 +129,7 @@ if [ ! -d libdivecomputer ] ; then
 	if [[ $1 = local ]] ; then
 		git clone $SRC/../libdivecomputer libdivecomputer
 	else
-		git clone -b Subsurface-branch git://subsurface-divelog.org/libdc libdivecomputer
+		git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc.git libdivecomputer
 	fi
 fi
 cd libdivecomputer