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 cd6ba5687bdf..8cc49393dd11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -44,7 +44,7 @@ pkgbase = darktable-git
conflicts = darktable
options = !emptydirs
options = !libtool
- source = git://github.com/darktable-org/darktable.git
+ source = git+https://github.com/darktable-org/darktable.git
source = rawspeed.git::git+https://github.com/darktable-org/rawspeed.git
source = OpenCL-Headers.git::git+https://github.com/KhronosGroup/OpenCL-Headers.git
source = libxcf.git::git+https://github.com/houz/libxcf.git
diff --git a/PKGBUILD b/PKGBUILD
index d66e669348bf..20c5759690c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ conflicts=(darktable)
provides=(darktable)
install=darktable.install
options=(!emptydirs !libtool)
-source=('git://github.com/darktable-org/darktable.git'
+source=('git+https://github.com/darktable-org/darktable.git'
"rawspeed.git::git+https://github.com/darktable-org/rawspeed.git"
"OpenCL-Headers.git::git+https://github.com/KhronosGroup/OpenCL-Headers.git"
"libxcf.git::git+https://github.com/houz/libxcf.git"