summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoromgeeky2023-12-16 12:26:24 +0100
committeromgeeky2023-12-16 12:26:24 +0100
commit7efc2a979d7797489b0afcdd3ca0bd8124e092d5 (patch)
treed5546c583f010298113043aaa95b9bf566a34ee4
parent9e4031285ddb7f0ef9f92b1c0ba30e153a524544 (diff)
downloadaur-7efc2a979d7797489b0afcdd3ca0bd8124e092d5.tar.gz
add dotnet-runtime dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b8b97891e52..ef6be4b6902b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A cross platform mod manager for Hollow Knight Formerly known as Scarab
conflicts=('lumafly')
arch=("x86_64")
makedepends=('dotnet-sdk-7.0' 'git')
-depends=('fontconfig' 'gcc-libs' 'glibc')
+depends=('fontconfig' 'gcc-libs' 'glibc' 'dotnet-runtime-7.0')
license=("GPL3")
source=("git+https://github.com/TheMulhima/Lumafly.git")
url='https://themulhima.github.io/Lumafly/'