summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeko-san2023-05-20 04:20:56 -0500
committerNeko-san2023-05-20 04:20:56 -0500
commitc13d45e1bbb299576ae03e4659ecaa36d7c6db5c (patch)
tree158360ebdcb33fa45a48d4eb863702c9794fa9d7
parentaf252017cba03ec594a86c55e1f4375d51d39970 (diff)
downloadaur-c13d45e1bbb299576ae03e4659ecaa36d7c6db5c.tar.gz
Bumped to pkgrel 2; added required dotnet dependencies to depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee2265ede2a2..80534034ed69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unreal-engine
pkgdesc = A 3D game engine by Epic Games which can be used non-commercially for free.
pkgver = 5.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.unrealengine.com/
arch = x86_64
arch = x86_64_v2
@@ -19,6 +19,8 @@ pkgbase = unreal-engine
depends = icu63
depends = sdl2
depends = python
+ depends = dotnet-runtime
+ depends = dotnet-sdk
depends = lld
depends = xdg-user-dirs
depends = dos2unix
diff --git a/PKGBUILD b/PKGBUILD
index dfb4c4383948..a5cccca3e31b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@
# If you want additional options, there are switches below.
pkgname=unreal-engine
pkgver=5.2.0
-pkgrel=1
+pkgrel=2
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/
makedepends=('git' 'openssh' 'sed' 'grep' 'glibc' 'wget')
-depends=('icu63' 'sdl2' 'python' 'lld' 'xdg-user-dirs' 'dos2unix' 'openssl' 'steam' 'coreutils' 'findutils')
+depends=('icu63' 'sdl2' 'python' 'dotnet-runtime' 'dotnet-sdk' 'lld' 'xdg-user-dirs' 'dos2unix' 'openssl' 'steam' 'coreutils' 'findutils')
optdepends=('qt5-base: qmake build system for projects'
'cmake: build system for projects'
'qtcreator: IDE for projects'