summaryrefslogtreecommitdiffstats
path: root/packaging/android/android-build-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/android/android-build-wrapper.sh')
-rw-r--r--packaging/android/android-build-wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh
index 054d9b4bb..e532c7a21 100644
--- a/packaging/android/android-build-wrapper.sh
+++ b/packaging/android/android-build-wrapper.sh
@@ -91,14 +91,14 @@ fi
# ok, now we have Qt, SDK, and NDK - let's get us some Subsurface
if [ ! -d subsurface ] ; then
- git clone git://github.com/Subsurface-divelog/subsurface
+ git clone https://github.com/Subsurface-divelog/subsurface.git
fi
pushd subsurface
git pull --rebase
popd
if [ ! -d libdivecomputer ] ; then
- git clone -b Subsurface-branch git://github.com/Subsurface-divelog/libdc libdivecomputer
+ git clone -b Subsurface-branch https://github.com/Subsurface-divelog/libdc.git libdivecomputer
pushd libdivecomputer
autoreconf --install
autoreconf --install