summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a2a5117fc9b..1834a61260cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = qtcreator-git
provides = qtcreator
conflicts = qtcreator
options = docs
- source = git://code.qt.io/qt-creator/qt-creator.git
+ source = git+https://code.qt.io/qt-creator/qt-creator.git
md5sums = SKIP
pkgname = qtcreator-git
diff --git a/PKGBUILD b/PKGBUILD
index 3526fe23d4e5..0ca4176d542b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ optdepends=('bzr: bazaar support'
'x11-ssh-askpass: ssh support')
provides=('qtcreator')
conflicts=('qtcreator')
-source=("git://code.qt.io/qt-creator/qt-creator.git")
+source=('git+https://code.qt.io/qt-creator/qt-creator.git')
md5sums=('SKIP')
pkgver() {