Package Details: spicetify-cli 2.36.12-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/cli
Keywords: customization spotify theme
Licenses: LGPL2.1
Submitter: khanhas
Maintainer: khanhas (itsmeowdev)
Last Packager: itsmeowdev
Votes: 55
Popularity: 1.71
First Submitted: 2019-01-11 04:14 (UTC)
Last Updated: 2024-06-01 21:13 (UTC)

Latest Comments

1 2 3 4 Next › Last »

itsmeowdev commented on 2024-05-26 04:02 (UTC)

Hash should be fixed now. They changed the repo name without telling me in advance lol

falzo commented on 2024-05-24 09:33 (UTC)

Same issue:

==> Validating source files with sha256sums...
    spicetify-cli-2.36.11.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

blackthorne commented on 2024-05-22 06:14 (UTC)

seconding hash broken

subroutine commented on 2024-05-22 04:09 (UTC)

==> Validating source files with sha256sums...
    spicetify-cli-2.36.11.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

upgrading to 2.36.11 Hash seems to be incorrect again?

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?