Package Details: spotatui 0.38.3-1

Git Clone URL: https://aur.archlinux.org/spotatui.git (read-only, click to copy)
Package Base: spotatui
Description: A Spotify client for the terminal written in Rust, powered by Ratatui
Upstream URL: https://github.com/LargeModGames/spotatui
Keywords: cli
Licenses: MIT
Submitter: LargeModGames
Maintainer: LargeModGames
Last Packager: LargeModGames
Votes: 3
Popularity: 0.67
First Submitted: 2025-12-06 13:28 (UTC)
Last Updated: 2026-05-23 12:33 (UTC)

Required by (0)

Sources (1)

Latest Comments

asusu commented on 2026-02-13 11:55 (UTC)

Installing with rua, causes a rustup error:

error: rustup could not choose a version of cargo to run, because one wasn't specified explicitly, and no default is configured.
help: run 'rustup default stable' to download the latest stable release of Rust and set it as your default toolchain.
==> ERROR: A failure occurred in prepare().
    Aborting...

Adding export RUSTUP_TOOLCHAIN=stable in prepare() and build() solved the issue for me.

nylocx commented on 2026-01-15 08:30 (UTC)

Thanks for the package. I got some errors building on my system so I tried a clean chroot. It seems you are missing a lot of dependencies here is what I came up with:

depends=('openssl' 'pipewire' 'alsa-lib' 'gstreamer' 'pipewire-jack' 'portaudio' 'gst-plugins-base-libs' 'libpulse' 'sdl2-compat')

Not sure if some of them should be build dependencies and are not needed at runtime.