Package Details: lumafly 3.3.0.0-2

Git Clone URL: https://aur.archlinux.org/lumafly.git (read-only, click to copy)
Package Base: lumafly
Description: A cross platform mod manager for Hollow Knight written in Avalonia.
Upstream URL: https://github.com/TheMulhima/Lumafly
Licenses: GPL-3.0-only
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 1
Popularity: 0.000006
First Submitted: 2024-09-29 21:35 (UTC)
Last Updated: 2026-05-20 00:24 (UTC)

Latest Comments

jakobhellermann commented on 2026-05-19 16:50 (UTC)

What's the reason for the dotnet-runtime-7.0 AUR package?

diff --git a/PKGBUILD b/PKGBUILD
index 9abb2c5..521186e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="A cross platform mod manager for Hollow Knight written in Avalonia."
 arch=('x86_64')
 url="https://github.com/TheMulhima/Lumafly"
 license=('GPL-3.0-only')
-depends=('glibc' 'dotnet-runtime-7.0' 'fontconfig' 'gcc-libs')
-makedepends=('dotnet-sdk-7.0' 'gendesk')
+depends=('glibc' 'dotnet-runtime' 'fontconfig' 'gcc-libs')
+makedepends=('dotnet-sdk' 'gendesk')
 source=("$url/archive/refs/tags/v${pkgver}.tar.gz")
 sha256sums=('13a6e31ad490481da0a238972edf6bbb16ebdbc6db4361b8cfd4833d3d850de0')
 options=(!strip)

seems to work just fine.