From be4c7d053c27f2f8d83007c61444856cbf90ebd3 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Mon, 21 Oct 2024 12:53:18 +0200 Subject: [PATCH] spotify: add missing dependency --- srcpkgs/spotify/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spotify/template b/srcpkgs/spotify/template index 93450ac04b6..d8e62aef897 100644 --- a/srcpkgs/spotify/template +++ b/srcpkgs/spotify/template @@ -1,12 +1,12 @@ # Template file for 'spotify' pkgname=spotify version=1.2.47 -revision=1 +revision=2 _subver=364.gf06e5cee archs="x86_64" create_wrksrc=yes hostmakedepends="libcurl" -depends="libcurl" +depends="libcurl libayatana-appindicator" short_desc="Proprietary music streaming client" maintainer="Stefan Mühlinghaus " license="custom:Proprietary"