diff --git a/srcpkgs/spotify/update b/srcpkgs/spotify/update new file mode 100644 index 00000000000..50604f8c5cc --- /dev/null +++ b/srcpkgs/spotify/update @@ -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