summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendlesseden2022-07-08 23:19:29 +1000
committerendlesseden2022-07-08 23:19:29 +1000
commitdc8af70d6cae67d8cb245ca2d968f068adfdcf0a (patch)
treedf12ddf85262e3b69b2ddf9fad0efd6651215b2b
parentc6ef0f28eabfc58c6e575e1ff05379f265c59ce9 (diff)
downloadaur-dc8af70d6cae67d8cb245ca2d968f068adfdcf0a.tar.gz
Updated source list: Transitioned from git protocol to inferior https, per upstream changes.
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61cc8a2ffde2..aeece556ca9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = stratagus-git
provides = stratagus-git
provides = stratagus
provides = stratagus-gameutils.h
- source = stratagus-git::git://github.com/Wargus/stratagus.git
+ source = stratagus-git::git+https://github.com/Wargus/stratagus.git
md5sums = SKIP
pkgname = stratagus-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d24b5a2895d..c008a4048d60 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL')
# Quick and dirty edit. fix later.
depends=('sdl2' 'sdl2_mixer' 'sdl2_image' 'libpng' 'libmng' 'libtheora' 'libogg' 'lua51' 'tolua++' 'zlib' 'openmp')
makedepends=('git' 'cmake')
-source=("${pkgname}::git://github.com/Wargus/stratagus.git")
+source=("${pkgname}::git+https://github.com/Wargus/stratagus.git")
md5sums=('SKIP')
provides=(${pkgname}
'stratagus'