summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarvin2021-03-16 12:39:59 +0100
committerMarvin2021-03-16 12:39:59 +0100
commit9e3937773008d3797c3da9d8f2379175cafd3aaf (patch)
treefb99ac75f483593d2c5ac690b09b067b09019502
parent88b5c131f180ecefbea1640607f3d382261b976b (diff)
downloadaur-9e3937773008d3797c3da9d8f2379175cafd3aaf.tar.gz
Fix dotnet depencency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d8de25fe24b..6441494411ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = ryujinx-ldn-bin
url = https://www.patreon.com/ryujinx
arch = x86_64
license = MIT
- depends = dotnet-runtime>5
+ depends = dotnet-runtime>=5
provides = Ryujinx
conflicts = ryujinx-git
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index b5de9fe836e8..7e01da5ab3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Experimental Nintendo Switch Emulator written in C# (LDN build)'
arch=('x86_64')
url='https://www.patreon.com/ryujinx'
license=('MIT')
-depends=('dotnet-runtime>5')
+depends=('dotnet-runtime>=5')
provides=('Ryujinx')
conflicts=('ryujinx-git')
options=('staticlibs')