The Spotify client is available through WINE or natively through the AUR. I’ll walk you through the AUR way.
- Download the Spotify package from the AUR. [[Spotify AUR][1]]
wget https://aur.archlinux.org/packages/sp/spotify/spotify.tar.gz
- Unpack the package and compile.
tar -zxvf spotify.tar.gz</p>
cd spotify/
makepkg -s
` ``
The "-s" switch will use pacman to resolve any dependencies.
3. Install the compile package.
`pacman -U spotify-0.9.4.183-2-x86_64.pkg.tar.xz`
[1]: https://aur.archlinux.org/packages/spotify/