summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2020-02-21 20:08:58 -0500
committerMatthew Sexton2020-02-21 20:08:58 -0500
commit368e3ab8f2385341c704529c5e365e4b221fe054 (patch)
tree2243a4348644db15922cf3cc250946be63fdb07b
parentc87e24fbd0d9d9fd5103edbdb00566145fc2a656 (diff)
downloadaur-368e3ab8f2385341c704529c5e365e4b221fe054.tar.gz
Added GTK3 dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16aaf60ce32a..813ff71672d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = spotify-tray-git
license = GPL3
makedepends = git
depends = spotify
+ depends = gtk3
provides = spotify-tray
conflicts = spotify-tray
source = spotify-tray::git+https://github.com/tsmetana/spotify-tray.git
diff --git a/PKGBUILD b/PKGBUILD
index df7a8be870fc..f72732c5aef5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Tray icon for the Spotify Linux client application"
arch=('x86_64')
url="https://github.com/tsmetana/spotify-tray"
license=('GPL3')
-depends=('spotify')
+depends=('spotify' 'gtk3')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")