summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeko-san2023-09-06 17:05:08 -0500
committerNeko-san2023-09-06 17:05:08 -0500
commitf47808e56ef10cedd9611e7bd7ca17a278f1f73f (patch)
treeaaf36f7db08ad9662e70cc3a7a48a0d2e46c3db5 /PKGBUILD
parent9728c4edf2ac1077b2b60618f606c4d2988f36bd (diff)
downloadaur-f47808e56ef10cedd9611e7bd7ca17a278f1f73f.tar.gz
Bump pkgver to 5.3 in .SRCINFO and updated the QtCreatorSourceCodeAccess github repo cloning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e6874a5b3cf..9d5ca3825b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -167,7 +167,8 @@ prepare() {
# Qt Creator source code access
if [[ ! -d Engine/Plugins/Developer/QtCreatorSourceCodeAccess ]]
then
- git -C Engine/Plugins/Developer clone --depth=1 git@github.com:fire/QtCreatorSourceCodeAccess
+ # https://github.com/fire-archive/QtCreatorSourceCodeAccess - See for usage
+ git -C Engine/Plugins/Developer clone --depth=1 https://github.com/fire-archive/QtCreatorSourceCodeAccess
fi
# For some reason, despite this file explicitly asking not to be removed, it was removed from the UE5 source; it has to be re-added or the build will fail