summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Straube2016-12-24 15:00:09 +0100
committerMichael Straube2016-12-24 15:00:09 +0100
commitfc6d763160d0a9dccfa6b63ec93bdc1ad163cb84 (patch)
treec75a4a04857f5df6814e9491692a7bc1727e0b53 /PKGBUILD
parent051f9a877a79853e970faf19dca2fed619229203 (diff)
downloadaur-fc6d763160d0a9dccfa6b63ec93bdc1ad163cb84.tar.gz
Update optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b8be4625901..59eb2138eb13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pogo
pkgver=0.8.7
-pkgrel=2
+pkgrel=3
pkgdesc='Plays your music. Nothing else.'
arch=('any')
url='https://github.com/jendrikseipp/pogo'
@@ -11,7 +11,8 @@ depends=('pygtk' 'gstreamer0.10-python' 'gstreamer0.10-base-plugins' 'mutagen'
'python2-dbus' 'python2-pillow')
optdepends=('python2-notify: desktop notifications'
'gnome-settings-daemon: GNOME media keys'
- 'gstreamer0.10-good-plugins: additional codecs'
+ 'pulseaudio: PulseAudio support'
+ 'gstreamer0.10-good-plugins: PulseAudio support and good codecs'
'gstreamer0.10-bad-plugins: additional codecs'
'gstreamer0.10-ugly-plugins: additional codecs'
'gstreamer0.10-ffmpeg: ffmpeg codec')