Quick git patch for installing version 5.5:
diff --git a/PKGBUILD b/PKGBUILD
index 2b2f6d8..43d56b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: William Tang <ttc0419@outlook.com>
pkgname=unreal-engine-bin
-pkgver=5.4.4
+pkgver=5.5.0
pkgrel=1
pkgdesc="The world's most open and advanced real-time 3D creation tool"
arch=('x86_64')
url='https://www.unrealengine.com/'
license=('custom')
conflicts=('unreal-engine' 'unreal-engine-4' 'unreal-engine-git')
-provides=('unreal-engine=5.2')
+provides=('unreal-engine=5.5')
depends=('alsa-lib' 'at-spi2-core' 'glu' 'lttng-ust2.12' 'nss' 'pango' 'vulkan-icd-loader')
optdepends=('android-ndk: Android build support'
'clion: CLion IDE support'
@@ -16,7 +16,7 @@ optdepends=('android-ndk: Android build support'
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the zip file manually from https://www.unrealengine.com/linux')
source=("manual://Linux_Unreal_Engine_${pkgver}.zip" 'unreal-engine.desktop' 'unreal-engine.xml' {16,24,32,48,64,256}.png)
-sha256sums=('4155bcfa0840a0678149e882cfd6a3021b589a1a19261bf974863897a10e8902'
+sha256sums=('e44062e0a52afd14d2cd5b28ddad791849b2db12c780337b9a02013334aa9e81'
'8a71e10dee1d44ad6f85d993bdf25dd4835f6415e983125ac79a912ee0c3d905'
'752dc3628639adb84ebda281040ec106227431eb7a5f92375511d96c6ceacf91'
'16197bc88f2ec77ad2690fae280bf3584c54c7d7b018d8fa4086b7c00fd4effc'
I also noticed that the providex=()
was not updated since version 5.2 so I upped that, hopefully we can see this updated soon
Pinned Comments
ttc0419 commented on 2022-07-23 17:34 (UTC) (edited on 2024-05-05 07:21 (UTC) by ttc0419)
To build this package, you need to:
PKGBUILD
and install the package using commandmakepkg -si
Note: Do NOT disable IPv6 as the zen server needs it to start. Please vote for the package if you think it's helpful ;-)