summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf180e5e0df9..76833bb7956b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = mopidy-git
optdepends = python2-cherrypy: HTTP frontend
optdepends = python2-ws4py: HTTP frontend
optdepends = python2-pylast: Last.fm frontend
- optdepends = python2-dbus: D-Bus frontent
+ optdepends = python2-dbus: MPRIS frontend
provides = mopidy
conflicts = mopidy
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 02bf2648dded..9c71ed9e7527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'python2')
optdepends=('python2-cherrypy: HTTP frontend'
'python2-ws4py: HTTP frontend'
'python2-pylast: Last.fm frontend'
- 'python2-dbus: D-Bus frontent')
+ 'python2-dbus: MPRIS frontend')
provides=('mopidy')
conflicts=('mopidy')
options=(!emptydirs)