Search Criteria
Package Details: spotatui 0.38.3-1
Package Actions
| 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) |
Dependencies (4)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
Latest Comments
asusu commented on 2026-02-13 11:55 (UTC)
Installing with
rua, causes a rustup error:Adding
export RUSTUP_TOOLCHAIN=stablein 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.