Search Criteria
Package Details: spicetify-cli 2.43.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/spicetify-cli.git (read-only, click to copy) |
|---|---|
| Package Base: | spicetify-cli |
| Description: | Command-line tool to customize Spotify client |
| Upstream URL: | https://github.com/spicetify/cli |
| Keywords: | customization spotify theme |
| Licenses: | LGPL-2.1-only |
| Submitter: | khanhas |
| Maintainer: | khanhas (itsmeowdev) |
| Last Packager: | itsmeowdev |
| Votes: | 94 |
| Popularity: | 3.66 |
| First Submitted: | 2019-01-11 04:14 (UTC) |
| Last Updated: | 2026-04-20 19:31 (UTC) |
Dependencies (4)
- bash (bash-gitAUR, bash-devel-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, go-binAUR, gcc-go-snapshotAUR, gcc-go) (make)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – Allows for opening directories in default file manager
Latest Comments
1 2 3 4 5 6 Next › Last »
itsmeowdev commented on 2026-04-10 08:14 (UTC) (edited on 2026-04-10 08:18 (UTC) by itsmeowdev)
Sigh. I want it to extract to spicetify-cli... "cli" is not a very globally unique name...
makepkg works now.
kasanekasanete commented on 2026-04-06 11:00 (UTC) (edited on 2026-04-06 11:01 (UTC) by kasanekasanete)
Like this right? "cd ~/.cache/yay/spicetify-cli/ && sed -i 's/"${pkgname}-${pkgver}"/"cli-${pkgver}"/g' PKGBUILD && rm -rf src/ && makepkg -si" I was able to build it. Thank you to the guy below me.
rebellen commented on 2026-04-06 10:47 (UTC)
"The current PKGBUILD fails during build(), check(), and package() because it attempts to cd into ${pkgname}-${pkgver} (spicetify-cli-2.43.1), but the source archive actually extracts to a directory named cli-${pkgver} (cli-2.43.1).
Temporary fix for users: Edit the PKGBUILD and change all instances of cd "${pkgname}-${pkgver}" to cd "cli-${pkgver}"."
lolamalolama commented on 2026-04-06 09:33 (UTC)
~/.cache/yay/spicetify-cli/PKGBUILD: line 17: cd: spicetify-cli-2.43.1: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... -> error making: spicetify-cli-exit status 4 -> Failed to install the following packages. Manual intervention is required: spicetify-cli - exit status 4
Just change to cli-2.43.1
itsmeowdev commented on 2026-04-06 01:06 (UTC) (edited on 2026-04-06 01:09 (UTC) by itsmeowdev)
Also stop filing orphan requests because the package is 2 days out of date. This is why I don't talk to other arch users.
Seriously? I have a job, I cannot babysit this package. I think you will all survive if the package is out of date for one week.
itsmeowdev commented on 2026-04-06 00:38 (UTC) (edited on 2026-04-06 00:58 (UTC) by itsmeowdev)
As I have stated before, this package is set up to auto update. The maintainers released a beta version accidentally and it triggered the auto update script which was not designed to handle it. You're welcome to PR changes to my auto-updater: https://github.com/itsmeow/spicetify-cli-update
I have updated it to no longer do pre-releases.
yobson commented on 2026-03-30 18:15 (UTC)
+1 to why is this even tryna target a beta version, that should be a separate package
dasRAINBOW commented on 2026-03-28 10:51 (UTC)
easy fix
HurricanePootis commented on 2026-03-27 22:47 (UTC)
@itsmeowdev
PKGBUILDs are not allowed to have hyphens in their pkgver.
1 2 3 4 5 6 Next › Last »