mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #902] [FEATURE] Add spotify-player-git AUR package for latest commits #1482
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1482
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbpltergiest on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/902
Describe the solution you'd like
It would be great to have a
-gitversion of the package in the AUR, calledspotify-player-git, that automatically builds from the latest commit of the main repository (https://github.com/aome510/spotify-player).This way users could have access to the most recent fixes (like the rate limit / too many requests issue) without needing to manually build from source every time.
Describe alternatives you've considered
cargo install --path .every time there's an update (very inconvenient)Additional context
Having a
-gitvariant would be the perfect middle ground between stability (regular package) and cutting-edge fixes (git version), which is a very common and useful pattern in the Arch ecosystem.@DizzyJune commented on GitHub (Dec 30, 2025):
you can just
git pullinside of the repo directory instead of cloning every time. and aur helpers will build anyways so all that changes is that it updates with that aur helper 🤷@bbpltergiest commented on GitHub (Dec 31, 2025):
imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes
@ypurpl commented on GitHub (Jan 1, 2026):
theres a
spotify-player-full-gitthat does this, but modifies the default features. You can use paru to modify that and remember it during updates@fcoelhomrc commented on GitHub (Jan 12, 2026):
+1 for a
spotify-player-gitpackage that doesn't change the defaults@ypurpl commented on GitHub (Jan 24, 2026):
I uploaded a package that has the defaults + additional features under
spotify-player-feats-git@ypurpl commented on GitHub (Jan 24, 2026):
if you use yay you can add
--develtoyay -Syuand itll check development (-git) packages along with regular system update.paruautomatically does this@bbpltergiest commented on GitHub (Feb 7, 2026):
mb for the delay, tysm for it !!
@bbpltergiest commented on GitHub (Feb 7, 2026):
will you continue to maintain and update it, or does this process happen automatically in some way?
@ypurpl commented on GitHub (Feb 7, 2026):
The one I uploaded?
Since it uses the latest commit it's automatic. I also use it myself so I will maintain it
@bbpltergiest commented on GitHub (Feb 7, 2026):
alright good thanks!
@bbpltergiest commented on GitHub (Feb 7, 2026):
for reference: https://aur.archlinux.org/packages/spotify-player-feats-git