diff --git a/srcpkgs/libspotify/template b/srcpkgs/libspotify/template index c6e4ee17646..3dec687e3d2 100644 --- a/srcpkgs/libspotify/template +++ b/srcpkgs/libspotify/template @@ -19,17 +19,14 @@ elif [ "${XBPS_TARGET_MACHINE}" = "i686" ]; then distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-i686-release.tar.gz" elif [ "${XBPS_TARGET_MACHINE}" = "armv7l" ]; then checksum=ad27b6c5aee5382b66b39bfea3b1752076b7abcc445979ce25c1ec9d7ff3aeda - wrksrc="libspotify-${version}-Linux-armv7-release" distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv7-release.tar.gz" elif [ "${XBPS_TARGET_MACHINE}" = "armv6l" ]; then # Even though the library version is different, xbps-src breaks if # the versioning of packages across archs is not consistent _libversion=12.1.103 - wrksrc="libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release" checksum=d658e6c1978fb46cf33376eb8367a51d024f4014f21beac1dd264532bcc54b24 distfiles="${_libspotify_mopidy}/libspotify-${_libversion}-Linux-armv6-bcm2708hardfp-release.tar.gz" elif [ "${XBPS_TARGET_MACHINE}" = "armv5tel" ]; then - wrksrc="libspotify-${version}-Linux-armv5-release" checksum=4d96efcb1423864683917f40fb4df481491250a76cb29be3a235b3732a64fefc distfiles="${_libspotify_mopidy}/libspotify-${version}-Linux-armv5-release.tar.gz" fi