mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 22:55:24 +02:00
9 lines
239 B
Text
9 lines
239 B
Text
site="http://repository.spotify.com/pool/non-free/s/spotify-client/"
|
|
version="${version}${_sversion}"
|
|
pattern='>spotify-client_\K.+(?=\.deb<)'
|
|
|
|
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
|
|
ignore="*_i386*"
|
|
else
|
|
ignore="*_amd64*"
|
|
fi
|