Package Details: spicetify-cli 2.36.10-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.53
First Submitted: 2019-01-11 04:14 (UTC)
Last Updated: 2024-05-02 17:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

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!

sekret commented on 2019-02-12 08:13 (UTC)

Please add git to makedepends