From a41e38385c591fd9304d2abe054c781a713f7707 Mon Sep 17 00:00:00 2001 From: Corne Oppelaar Date: Fri, 18 Sep 2015 01:56:16 +0200 Subject: [PATCH] spotify: add xz dependency so install doesn't fail at extracting tar.xz --- srcpkgs/spotify/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index 7f8320fd202..ef857615dc9 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -13,7 +13,7 @@ build_style=fetch makedepends="libgpg-error-devel" distfiles="ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.4.tar.bz2" checksum="d5f88d9f41a46953dc250cdb8575129b37ee2208401b7fa338c897f667c7fb33" -depends="binutils qt gtk+ nss GConf libXScrnSaver" +depends="binutils qt gtk+ nss GConf libXScrnSaver xz" if test "${XBPS_TARGET_MACHINE}" = "x86_64"; then _sversion=".17.1.g9b85d43.7-1_amd64"