summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-02-05 13:58:06 +0100
committerMartchus2020-02-05 13:58:06 +0100
commitc8197f2099da5070ebd441b448f066b1ee593ba0 (patch)
tree54a9579852cc990fa2f17d69f12de1371ad180bf
parent8b42fb08f8d7bb2c41d5829d98191c2ac5acf24f (diff)
downloadaur-c8197f2099da5070ebd441b448f066b1ee593ba0.tar.gz
Use https
-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() {