summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNeko-san2022-11-23 04:33:05 -0600
committerNeko-san2022-11-23 04:33:05 -0600
commitc193ba822fb0133b06c2f7c457a105e349649a41 (patch)
treee486727cac7d1ad0ee989a68f14e37ff9be0295f /PKGBUILD
parentc866141788f5c52cd32ddfaea3e8f5f5ca57b3ae (diff)
downloadaur-c193ba822fb0133b06c2f7c457a105e349649a41.tar.gz
Bump pkgrel to 18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84cd02e5e046..2909fc67e527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want additional options, there are switches below.
pkgname=unreal-engine
pkgver=5.1.0
-pkgrel=17
+pkgrel=18
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')
url=https://www.unrealengine.com/
@@ -132,7 +132,7 @@ prepare() {
fi
## Apply custom patches if enabled
- if [ "${_use_system_clang}" == true ] || [ "${_use_system_clang}" -eq 1 ]; then
+ if [ "${_use_system_clang}" == true ]; then
patch -p1 -i "${srcdir}/use_system_clang.patch"
fi