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 ae5515cfa94c..0242b4b2ea15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = openjk-launcher
provides = openjk-launcher
conflicts = openjk-launcher
options = !emptydirs
- source = git://github.com/gort818/openjk-launcher.git
+ source = https://github.com/gort818/openjk-launcher.git
sha1sums = SKIP
pkgname = openjk-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 30f14a9d1fd3..6a12362dd516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
url="https://github.com/gort818/${pkgname%-git}"
depends=('python3' 'python-gobject' 'gtk3' 'python-requests' 'python-pygame')
options=('!emptydirs')
-source=("git://github.com/gort818/${pkgname%-git}.git")
+source=("https://github.com/gort818/${pkgname%-git}.git")
sha1sums=('SKIP')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")