[GH-ISSUE #902] [FEATURE] Add spotify-player-git AUR package for latest commits #544

Closed
opened 2026-03-02 23:48:32 +03:00 by kerem · 11 comments
Owner

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 -git version of the package in the AUR, called spotify-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

  • Manually cloning the repository and building/installing with cargo install --path . every time there's an update (very inconvenient)

Additional context
Having a -git variant 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.

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 `-git` version of the package in the AUR, called **`spotify-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** - Manually cloning the repository and building/installing with `cargo install --path .` every time there's an update (very inconvenient) **Additional context** Having a `-git` variant 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.
kerem 2026-03-02 23:48:32 +03:00
Author
Owner

@DizzyJune commented on GitHub (Dec 30, 2025):

you can just git pull inside 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 🤷

<!-- gh-comment-id:3699206109 --> @DizzyJune commented on GitHub (Dec 30, 2025): you can just `git pull` inside 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 🤷
Author
Owner

@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

<!-- gh-comment-id:3702926938 --> @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
Author
Owner

@ypurpl commented on GitHub (Jan 1, 2026):

theres a spotify-player-full-git that does this, but modifies the default features. You can use paru to modify that and remember it during updates

<!-- gh-comment-id:3703789128 --> @ypurpl commented on GitHub (Jan 1, 2026): theres a `spotify-player-full-git` that does this, but modifies the default features. You can use paru to modify that and remember it during updates
Author
Owner

@fcoelhomrc commented on GitHub (Jan 12, 2026):

+1 for a spotify-player-git package that doesn't change the defaults

<!-- gh-comment-id:3738858529 --> @fcoelhomrc commented on GitHub (Jan 12, 2026): +1 for a `spotify-player-git` package that doesn't change the defaults
Author
Owner

@ypurpl commented on GitHub (Jan 24, 2026):

I uploaded a package that has the defaults + additional features under spotify-player-feats-git

<!-- gh-comment-id:3795651333 --> @ypurpl commented on GitHub (Jan 24, 2026): I uploaded a package that has the defaults + additional features under `spotify-player-feats-git`
Author
Owner

@ypurpl commented on GitHub (Jan 24, 2026):

imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes

if you use yay you can add --devel to yay -Syu and itll check development ( -git) packages along with regular system update.
paru automatically does this

<!-- gh-comment-id:3795652121 --> @ypurpl commented on GitHub (Jan 24, 2026): > imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes if you use yay you can add `--devel` to `yay -Syu` and itll check development ( `-git`) packages along with regular system update. `paru` automatically does this
Author
Owner

@bbpltergiest commented on GitHub (Feb 7, 2026):

mb for the delay, tysm for it !!

imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes

if you use yay you can add --devel to yay -Syu and itll check development ( -git) packages along with regular system update. paru automatically does this

<!-- gh-comment-id:3865739772 --> @bbpltergiest commented on GitHub (Feb 7, 2026): mb for the delay, tysm for it !! > > imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes > > if you use yay you can add `--devel` to `yay -Syu` and itll check development ( `-git`) packages along with regular system update. `paru` automatically does this
Author
Owner

@bbpltergiest commented on GitHub (Feb 7, 2026):

imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes

if you use yay you can add --devel to yay -Syu and itll check development ( -git) packages along with regular system update. paru automatically does this

will you continue to maintain and update it, or does this process happen automatically in some way?

<!-- gh-comment-id:3865740650 --> @bbpltergiest commented on GitHub (Feb 7, 2026): > > imo it's easier to just update with yay -S spotify-player-git, even if only for organizational purposes > > if you use yay you can add `--devel` to `yay -Syu` and itll check development ( `-git`) packages along with regular system update. `paru` automatically does this will you continue to maintain and update it, or does this process happen automatically in some way?
Author
Owner

@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

<!-- gh-comment-id:3865744695 --> @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
Author
Owner

@bbpltergiest commented on GitHub (Feb 7, 2026):

alright good thanks!

<!-- gh-comment-id:3865747670 --> @bbpltergiest commented on GitHub (Feb 7, 2026): alright good thanks!
Author
Owner

@bbpltergiest commented on GitHub (Feb 7, 2026):

for reference: https://aur.archlinux.org/packages/spotify-player-feats-git

<!-- gh-comment-id:3865747855 --> @bbpltergiest commented on GitHub (Feb 7, 2026): for reference: https://aur.archlinux.org/packages/spotify-player-feats-git
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#544
No description provided.