Package Details: finamp 0.9.19_beta-1

Git Clone URL: https://aur.archlinux.org/finamp.git (read-only, click to copy)
Package Base: finamp
Description: An open source Jellyfin music player
Upstream URL: https://github.com/jmshrv/finamp
Licenses: MPL-2.0
Submitter: Maxr1998
Maintainer: Maxr1998
Last Packager: Maxr1998
Votes: 1
Popularity: 0.000168
First Submitted: 2024-06-16 15:09 (UTC)
Last Updated: 2025-09-04 12:06 (UTC)

Pinned Comments

Maxr1998 commented on 2025-09-04 12:10 (UTC) (edited on 2025-09-04 12:10 (UTC) by Maxr1998)

Package has now been updated to 0.9.19. However, it currently won't build with the AUR version of flutter. It appears that a new dependency essentially hardcodes the dart tool path and causes the build to fail.

To temporarily work around this issue, you'll have to create a soft link like this:

sudo ln -s /opt/dart-sdk /usr/lib/flutter/bin/cache/dart-sdk

Latest Comments

Maxr1998 commented on 2025-09-04 12:10 (UTC) (edited on 2025-09-04 12:10 (UTC) by Maxr1998)

Package has now been updated to 0.9.19. However, it currently won't build with the AUR version of flutter. It appears that a new dependency essentially hardcodes the dart tool path and causes the build to fail.

To temporarily work around this issue, you'll have to create a soft link like this:

sudo ln -s /opt/dart-sdk /usr/lib/flutter/bin/cache/dart-sdk