spicetify-cli-beta-bin

LOW
maintainer Heyian 0 votes scanned 2026-09-26 21:15:27.200055
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Marc-Antoine Favreau <mafavreau AT solutionfvr DOT com>
2# Contributor: khanhas <xuankhanh963 AT gmail DOT com> (original creator of spicetify-cli and its AUR package)
3# Contributor: itsmeow <itsmeow AT itsmeow DOT dev>
4
5pkgname=spicetify-cli-beta-bin
6_pkgname=spicetify-cli-beta
7pkgver=3.0.0_beta.19
8pkgrel=1
9_tag="v${pkgver//_/-}"
10pkgdesc='Command-line tool to customize Spotify client (v3 beta, prebuilt)'
11arch=('x86_64')
12url='https://github.com/spicetify/cli'
13license=('LGPL-2.1-only AND MIT')
14depends=('glibc' 'libgcc')
15conflicts=('spicetify-cli' 'spicetify')
16options=('!debug' '!strip')
17source=("${url}/releases/download/${_tag}/spicetify-${_tag#v}-linux-x86_64.tar.zst"
18 "LICENSE-MIT-${_tag}::https://raw.githubusercontent.com/spicetify/cli/${_tag}/rust/LICENSE")
19sha256sums=('0248f402fcd2e176ea301b836fdb453706107e8cc8c3e9564c25eb71b677b47e'
20 'ef16fc852c03aa909cb55d3ae63d31f8b762abaccf0cb5144a149bf80ce5d701')
21
22check() {
23 test "$(./spicetify --version)" = "spicetify ${_tag#v}"
24}
25
26package() {
27 # Own directory under /opt: the binary deletes every *.old file next to
28 # itself on startup and expects spicetify-daemon as a sibling.
29 install -Dm755 -t "${pkgdir}/opt/${_pkgname}" spicetify spicetify-daemon
30
31 install -dm755 "${pkgdir}/usr/bin"
32 ln -s "/opt/${_pkgname}/spicetify" "${pkgdir}/usr/bin/spicetify"
33
34 install -Dm644 "LICENSE-MIT-${_tag}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-26 21:15:27 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion