git » spotify-qt.git » commit 16b6c54

spotify-qt 3.12

author Urja (ARMLFS builder)
2025-03-02 10:33:14 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:33:14 UTC
parent 637a404d8cd2bd9ef779381a5e500c0d3cb2e610

spotify-qt 3.12

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a3fa20d..68d113a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
 url="https://github.com/kraxarn/spotify-qt"
 license=("GPL3")
 depends=(qt5-base qt5-svg hicolor-icon-theme)
-makedepends=(git cmake gcc make)
+makedepends=(git cmake gcc make dbus)
 optdepends=(
 	"librespot: Recommended playback client"
 	"spotifyd: Recommended playback client"
@@ -25,4 +25,4 @@ build() {
 package() {
 	cd "$pkgname-$pkgver"
 	make DESTDIR="$pkgdir" install
-}
\ No newline at end of file
+}