Package Details: spicetify-cli 2.36.8-1

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/spicetify-cli
Keywords: customization spotify theme
Licenses: LGPL2.1
Submitter: khanhas
Maintainer: khanhas (itsmeowdev)
Last Packager: itsmeowdev
Votes: 54
Popularity: 0.65
First Submitted: 2019-01-11 04:14 (UTC)
Last Updated: 2024-04-23 22:05 (UTC)

Latest Comments

1 2 3 Next › Last »

flying-sheep commented on 2023-04-25 12:29 (UTC) (edited on 2023-04-25 12:36 (UTC) by flying-sheep)

The way you set the version seems to be broken:

$ spicetify -v
Dev

Why gccgoflags and not ldflags?

And shouldn’t your check be something like

check() {
  cd "$pkgname-$pkgver"
  test "v$(./spicetify -v)" = "v$pkgver" || exit 1
}

vidarr commented on 2023-04-10 01:16 (UTC)

Only builds if I first export GO111MODULE=auto, would be nice if we could use go modules instead of gopath.

rosenberg commented on 2023-03-31 08:36 (UTC)

When I try to start it, i get the following error:

bash: /home/MYUSERNAME/.spicetify/spicetify: No such file or directory

eclairevoyant commented on 2022-11-22 19:52 (UTC) (edited on 2022-11-22 20:18 (UTC) by eclairevoyant)

Source file names should be unique as per guidelines, I suggest using:

source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")

Also the license is incorrect, it should be LGPL 2.1:

license=('LGPL2.1')

Also, I don't think we need git in the makedepends?

itsmeowdev commented on 2022-03-04 22:33 (UTC)

I have corrected the hash manually. A new build process recently was created which appears to be altering the sums from expected output from our automated updating program.

byreqz commented on 2022-03-04 11:01 (UTC)

Seems like there is an issue with the updated hashes, the corrent one should be a8dfb752bfd696ef03291af961c4c2f3163f729fc95579a3843edbd3e91cda67. For yay users, you can put it in manually with yay -S spicetify-cli --editmenu

Rj69420 commented on 2022-03-04 03:36 (UTC) (edited on 2022-03-04 03:37 (UTC) by Rj69420)

==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: spicetify-cli 
context: exit status 1 

getting this error when upgrading to 2.9.2

ruestique commented on 2022-01-08 01:39 (UTC) (edited on 2022-01-08 01:39 (UTC) by ruestique)

please fix

Before applying Spicetify, you need to gain write permission on Spotify files, by running command:
sudo chmod a+wr /opt/spotify

sudo chmod a+wr /opt/spotify/Apps -R

3x071c commented on 2021-10-08 18:48 (UTC) (edited on 2021-10-08 18:48 (UTC) by 3x071c)

The release announcement of spicetify 2.7.0 states it is only compatible with the most recent release of Spotify (version 1.1.69). This Spotify version is only available for Windows right now, which breaks this package. I'd suggest reverting to the previous release of spicetify (v2.6.7) until Spotify releases 1.1.69 for GNU/Linux.