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 603228123a92..80cfd1e6fd2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = syncthingtray-git
optdepends = kio: KIO plugin for Syncthing actions in Dolphin
optdepends = plasma-workspace: Plasmoid for Plasma 5 desktop
conflicts = syncthingtray
- source = syncthingtray::git://github.com/Martchus/syncthingtray.git
+ source = syncthingtray::git+https://github.com/Martchus/syncthingtray.git
sha256sums = SKIP
pkgname = syncthingtray-git
diff --git a/PKGBUILD b/PKGBUILD
index e92abbd4e33e..791140441cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ checkdepends=('cppunit' 'syncthing' 'iproute2')
#provides=("${_name}")
conflicts=("${_name}")
url="https://github.com/Martchus/${_reponame}"
-source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git://github.com/Martchus}/${_reponame}.git")
+source=("${_reponame}::${MARTCHUS_GIT_URL_PREFIX:-git+https://github.com/Martchus}/${_reponame}.git")
sha256sums=('SKIP')
ephemeral_port() {