spotify: Added update-check info

This commit is contained in:
Stefan Mühlinghaus 2015-01-20 21:10:14 +01:00
parent a24c76a82d
commit 9cd19e157f

9
srcpkgs/spotify/update Normal file
View file

@ -0,0 +1,9 @@
site="http://repository.spotify.com/pool/non-free/s/spotify/"
version="${version}${_sversion}"
pattern='>spotify-client_\K.+(?=\.deb<)'
if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then
ignore="*_i386*"
else
ignore="*_amd64*"
fi