summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 694c5e8c1a63..bf5a3eb276a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname='unreal-engine'
pkgver=4.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='A 3D game engine by Epic Games which can be used non-commercially for free.'
arch=('x86_64')
url='https://www.unrealengine.com/'
@@ -37,6 +37,10 @@ build() {
# help to clean up old builds when there is a new version
# git clean -xdf
+ # revert a 4.13 commit which causes the editor to crash when opening a widget blueprint
+ # @see https://issues.unrealengine.com/issue/UE-35185
+ git revert 8fba9bbdc3cc4105d7c3de24adc94f7304c7d90b --no-edit
+
./Setup.sh
./GenerateProjectFiles.sh