summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgort8182017-08-27 16:53:08 -0700
committergort8182017-08-27 16:53:08 -0700
commitc00ea01af34166404f452fe02e0e3cf934fcb48b (patch)
treed56858e0c6d83ffde6c6326c7021496b1d55111d
parent29578ed5ecf341e26d726b7c1dfdef193f386c96 (diff)
downloadaur-c00ea01af34166404f452fe02e0e3cf934fcb48b.tar.gz
change source location, was incorrect
-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}")