aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Cho2022-03-16 09:09:45 +0900
committerXavier Cho2022-03-16 09:09:45 +0900
commit093aa2a5bea72cfa537ae2895a09b46dc50c493b (patch)
treed6b8f60bd80d82e17d09745945591c2df3d43c66
parent6ae779ef354cc069306c27b993c68cc5615b29b6 (diff)
downloadaur-093aa2a5bea72cfa537ae2895a09b46dc50c493b.tar.gz
Change Git protocol to HTTPS for Github repos
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6604baed73f5..798d5e554c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,8 +41,8 @@ pkgbase = upbge-git
depends = openimagedenoise
provides = blender
conflicts = blender
- source = git://github.com/UPBGE/upbge.git
- source = blender-addons.git::git://github.com/UPBGE/blender-addons.git
+ source = https://github.com/UPBGE/upbge.git
+ source = blender-addons.git::https://github.com/UPBGE/blender-addons.git
source = blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git
source = blender-translations.git::git://git.blender.org/blender-translations.git
source = blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git
diff --git a/PKGBUILD b/PKGBUILD
index f537bc016449..eaf9d2163a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,8 +40,8 @@ install=upbge.install
# More info:
# http://wiki.blender.org/index.php/Dev:Doc/Tools/Git
source=(
- "git://github.com/UPBGE/upbge.git"
- "blender-addons.git::git://github.com/UPBGE/blender-addons.git"
+ "https://github.com/UPBGE/upbge.git"
+ "blender-addons.git::https://github.com/UPBGE/blender-addons.git"
"blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git"
"blender-translations.git::git://git.blender.org/blender-translations.git"
"blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git"