Merge pull request #2547 from EaterOfCode/fixSpotifyInstall
spotify: add xz dependency so install doesn't fail at extracting tar.xz
This commit is contained in:
commit
cc3e29c012
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue