summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Haugh2018-02-03 17:37:37 -0600
committerSean Haugh2018-02-03 17:37:37 -0600
commit963deb8c74c6c6970359a6943550e2b2f54cbb76 (patch)
treea63436ce108ece5ffa50f9341f63fba85bf36707
parentd835a936ac1d62f6d73db800c62a5b5f73122877 (diff)
downloadaur-963deb8c74c6c6970359a6943550e2b2f54cbb76.tar.gz
Fix mopidy-mpris capitalization
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e211e930db6a..0d12f8151c50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = mopidy-git
optdepends = gst-libav: AAC+ and WMA support
optdepends = mopidy-spotify: Spotify backend
optdepends = mopidy-scrobbler: Last.FM scrobbler
- optdepends = mopidy-MPRIS: MPRIS frontend
+ optdepends = mopidy-mpris: MPRIS frontend
provides = mopidy=2.1.0.r55.g9e31e76a-1
conflicts = mopidy
source = git+https://github.com/mopidy/mopidy
diff --git a/PKGBUILD b/PKGBUILD
index f6026e610775..b41d22b1b6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ makedepends=('git'
optdepends=('gst-libav: AAC+ and WMA support'
'mopidy-spotify: Spotify backend'
'mopidy-scrobbler: Last.FM scrobbler'
- 'mopidy-MPRIS: MPRIS frontend')
+ 'mopidy-mpris: MPRIS frontend')
provides=("$_pkgname=$pkgver-$pkgrel")
conflicts=('mopidy')
source=("git+https://github.com/$_owner/$_pkgname"