Package Details: spicetify-cli 2.38.7-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: LGPL-2.1-only
Submitter: khanhas
Maintainer: khanhas (itsmeowdev)
Last Packager: itsmeowdev
Votes: 59
Popularity: 1.32
First Submitted: 2019-01-11 04:14 (UTC)
Last Updated: 2024-12-21 16:48 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

rien333 commented on 2021-02-03 08:25 (UTC) (edited on 2021-02-04 22:24 (UTC) by rien333)

EDIT: nvm, fixed by clearing yay's cache of spicetify.

Pleause update the shasum:

==> Making package: spicetify-cli 1.2.0-1 (Wed 03 Feb 2021 09:23:54 AM CET)
==> Retrieving sources...
  -> Downloading v1.2.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   129    0   129    0     0    486      0 --:--:-- --:--:-- --:--:--   486
100  616k  100  616k    0     0   864k      0 --:--:-- --:--:-- --:--:--  864k
==> Validating source files with sha256sums...
    v1.2.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!

reeeeeeeeeeelity commented on 2020-04-24 16:25 (UTC)

It would be best if you can add:

post_install() {
  cat << EOF
  ===> spicetify-cli post install message:
  ===> Before applying Spicetify, you need to gain write permission on Spotify 
files, by running command:
  ===> $ sudo chmod 777 /opt/spotify -R
  EOF
}


masterkorp commented on 2019-08-26 15:19 (UTC)

Hello, I am unable to build.

-> % makepkg ==> Making package: spicetify-cli 0.9.3-1 (seg 26 ago 2019 16:15:03 WEST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found v0.9.3.tar.gz ==> Validating source files with sha256sums... v0.9.3.tar.gz ... Passed ==> Extracting sources... -> Extracting v0.9.3.tar.gz with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()...

bytes

/usr/lib/go/src/bytes/bytes_decl.go:10:6: IndexByte redeclared in this block previous declaration at /usr/lib/go/src/bytes/bytes.go:101:34 /usr/lib/go/src/bytes/bytes_decl.go:17:6: Equal redeclared in this block previous declaration at /usr/lib/go/src/bytes/bytes.go:18:25 /usr/lib/go/src/bytes/bytes_decl.go:24:6: Compare redeclared in this block previous declaration at /usr/lib/go/src/bytes/bytes.go:37:27

strings

/usr/lib/go/src/strings/strings_decl.go:8:6: IndexByte redeclared in this block previous declaration at /usr/lib/go/src/strings/strings.go:150:34 ==> ERROR: A failure occurred in build(). Aborting...

khanhas commented on 2019-07-14 17:17 (UTC) (edited on 2019-07-14 17:18 (UTC) by khanhas)

@ModeImat: Thank you. It is fixed.

@riend333: You're right. I used go-pie since I didn't know how to make AUR package before and I just used other Go depended packages' PKGBUILD out there as reference and they all use go-pie. Anyway, it is changed. Thank you very much.

<deleted-account> commented on 2019-07-14 10:58 (UTC)

This package creates a "go" folder in $HOME. I believe the following code is responsible, as it gets created when building.

build() {
  cd "$pkgname-$pkgver"
  go build -o spicetify
}

This is rather irritating. Please fix it.

rien333 commented on 2019-06-17 19:50 (UTC)

Any reason for the go-pie dependency? From what I understand, go-pie's benefits are mostly security related, and I don't see how security factors in a spotify-themer that mostly just changes a bunch of css/javascript around. I see that go-pie "provides" go (as a sort of meta-package), so maybe you could just check the precense for this meta-package for the people that insist on using go-pie? (kinda nice for people like me that already have go, but don't see a need to have yet another version). Furthermore, it builds perfectly fine with the normal go.

khanhas commented on 2019-05-27 05:02 (UTC)

@archieslove Really sorry, I made a mistake in Github tag name. Fixed. Please try again.

archieslove commented on 2019-05-27 04:13 (UTC)

Error in the latest build.

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://github.com/khanhas/spicetify-cli/archive/v0.8.1.tar.gz Aborting...

khanhas commented on 2019-03-03 03:52 (UTC)

@sekret Added. Thank you very much!