From 5c00f2c81d831180f0cca7ad73c9b90cd499b4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Wed, 9 Nov 2022 18:49:17 +0700 Subject: [PATCH] libspotify: remove wrksrc --- srcpkgs/libspotify/template | 3 --- 1 file changed, 3 deletions(-) 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