summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeko-san2023-09-06 17:05:08 -0500
committerNeko-san2023-09-06 17:05:08 -0500
commitf47808e56ef10cedd9611e7bd7ca17a278f1f73f (patch)
treeaaf36f7db08ad9662e70cc3a7a48a0d2e46c3db5
parent9728c4edf2ac1077b2b60618f606c4d2988f36bd (diff)
downloadaur-f47808e56ef10cedd9611e7bd7ca17a278f1f73f.tar.gz
Bump pkgver to 5.3 in .SRCINFO and updated the QtCreatorSourceCodeAccess github repo cloning
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37d6a276a18..0b56767a45a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unreal-engine
pkgdesc = A 3D game engine by Epic Games which can be used non-commercially for free.
- pkgver = 5.2.1
- pkgrel = 3
+ pkgver = 5.3
+ pkgrel = 0
url = https://www.unrealengine.com/
arch = x86_64
arch = x86_64_v2
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