diff options
author | Zerophase | 2018-08-30 14:18:20 -0500 |
---|---|---|
committer | Zerophase | 2018-08-30 14:18:20 -0500 |
commit | 646b64b553f8cb2c351ba1296a299ae1d6e647c7 (patch) | |
tree | b12e94e85abce63e79006f863a8f3885c88fb890 | |
parent | 26ce095cfd01bb38d694737550f4e08e68e9ad69 (diff) | |
download | aur-646b64b553f8cb2c351ba1296a299ae1d6e647c7.tar.gz |
Update to 4.20.2
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Aug 1 14:58:38 UTC 2018 +# Thu Aug 30 17:17:00 UTC 2018 pkgbase = unreal-engine pkgdesc = A 3D game engine by Epic Games which can be used non-commercially for free. - pkgver = 4.20.1 + pkgver = 4.20.2 pkgrel = 1 url = https://www.unrealengine.com/ install = unreal-engine.install @@ -19,9 +19,9 @@ pkgbase = unreal-engine depends = qt4 depends = python depends = lld - options = strip + options = !strip options = staticlibs - source = git+ssh://git@github.com/EpicGames/UnrealEngine.git#tag=4.20.1-release + source = git+ssh://git@github.com/EpicGames/UnrealEngine.git#tag=4.20.2-release source = UE4Editor.desktop source = ignore-return-value-error.patch source = only-generate-makefile.patch @@ -10,7 +10,7 @@ pkgname='unreal-engine' install="$pkgname.install" -pkgver=4.20.1 +pkgver=4.20.2 # shellcheck disable=SC2034 { pkgrel=1 @@ -46,7 +46,7 @@ sha256sums=('SKIP' '006bfc6dc6c4258b55768cac34a3c42f033a2777332272d8c47c340282bf400f') # Package is 3 Gib smaller with "strip" but it's skipped because it takes a long time and generates many warnings - options=(!strip staticlibs) + options=(strip staticlibs) } prepare() { |