summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeko-san2023-09-08 16:16:20 -0500
committerNeko-san2023-09-08 16:16:20 -0500
commit12f1c4c83c28d7b4d8fbfba60def6588fee174d9 (patch)
tree780750628db0898a66d7d1c5b59b42e3b02c3124
parentf47808e56ef10cedd9611e7bd7ca17a278f1f73f (diff)
downloadaur-12f1c4c83c28d7b4d8fbfba60def6588fee174d9.tar.gz
Corrected the versioning of pkgver 5.3 to 5.3.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b56767a45a3..d101c4738d56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unreal-engine
pkgdesc = A 3D game engine by Epic Games which can be used non-commercially for free.
- pkgver = 5.3
+ pkgver = 5.3.0
pkgrel = 0
url = https://www.unrealengine.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9d5ca3825b33..60ae345a714f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# The source is about 200 MiB, with an extra ~11 GiB of dependencies downloaded in Setup.sh, and may take several hours to compile.
# If you want additional options, there are switches below.
pkgname=unreal-engine
-pkgver=5.3
+pkgver=5.3.0
pkgrel=0
pkgdesc='A 3D game engine by Epic Games which can be used non-commercially for free.'
arch=('x86_64' 'x86_64_v2' 'x86_64_v3' 'x86_64_v4' 'aarch64')