summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e81116b917a..204ea443d06e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jul 27 23:10:57 UTC 2016
+# Wed Jul 27 23:26:44 UTC 2016
pkgbase = pithos
pkgdesc = Native Pandora Radio client
pkgver = 1.2.0
@@ -21,6 +21,7 @@ pkgbase = pithos
optdepends = python-pacparser: PAC proxy support
optdepends = python-pylast: Last.fm scrobbling support
optdepends = libnotify: Notification support
+ optdepends = libdbus: MPRIS/Screensaver Pause/Gnome mediakeys support
source = https://github.com/pithos/pithos/releases/download/1.2.0/pithos-1.2.0.tar.xz
sha256sums = 46ab6f09aa2d0ae5a7d76b4cebb532e098a055657b25a9484d77e86e86e99860
diff --git a/PKGBUILD b/PKGBUILD
index 3153604b6f82..246764c00a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,8 @@ optdepends=('libkeybinder3: for media keys plugin'
'libappindicator-gtk3: Unity indicator applet support'
'python-pacparser: PAC proxy support'
'python-pylast: Last.fm scrobbling support'
- 'libnotify: Notification support')
+ 'libnotify: Notification support'
+ 'libdbus: MPRIS/Screensaver Pause/Gnome mediakeys support')
makedepends=('intltool')
source=("https://github.com/pithos/pithos/releases/download/${pkgver}/pithos-${pkgver}.tar.xz")
sha256sums=('46ab6f09aa2d0ae5a7d76b4cebb532e098a055657b25a9484d77e86e86e99860')