summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--stratagus.changelog5
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef3c10e9c2ae..57771073cbf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = stratagus
depends = libmng
depends = libtheora
depends = tolua++
- source = stratagus::git://github.com/Wargus/stratagus.git#tag=v3.2.0
+ source = stratagus::git+https://github.com/Wargus/stratagus.git#tag=v3.2.0
md5sums = SKIP
pkgname = stratagus
diff --git a/PKGBUILD b/PKGBUILD
index c583a1fd0a97..b2b95a96fd09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
depends=('sdl2_image' 'sdl2_mixer' 'libmng' 'libtheora' 'tolua++')
makedepends=('git' 'cmake' 'glu')
changelog=stratagus.changelog
-source=("stratagus::git://github.com/Wargus/stratagus.git#tag=v${pkgver}")
+source=("stratagus::git+https://github.com/Wargus/stratagus.git#tag=v${pkgver}")
md5sums=('SKIP')
build() {
diff --git a/stratagus.changelog b/stratagus.changelog
index d5e8379aed26..84336db18818 100644
--- a/stratagus.changelog
+++ b/stratagus.changelog
@@ -1,3 +1,8 @@
+2022-03-17 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
+
+ * PKGBUILD :
+ Using HTTPS to download the source code from GitHub
+
2021-03-20 Angelo "Encelo" Theodorou <encelo@users.sourceforge.net>
* PKGBUILD :