From 17d2f53670b3eb454a613674a5fd8aa735d7c99f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 27 Jul 2016 10:41:02 -0700 Subject: [PATCH] Update optional dependency for GStreamer The new versions use GStreamer 1.0, which in turn uses the `gi` version of Python-GObject, which is called `python2-gobject` on Arch. --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 72470bc..47fef20 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ depends=('python2-munkres' 'mutagen' makedepends=('git') optdepends=('python2-pyacoustid: acoustic fingerprinting' 'python2-flask: web interface' - 'gstreamer0.10-python: BPD audio player plugin' + 'python2-gobject: BPD audio player plugin' 'python2-pylast: lastgenre plugin') provides=('beets') conflicts=('beets')