summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFichteFoll2018-04-27 16:52:07 +0200
committerFichteFoll2018-04-27 16:52:07 +0200
commit9b5892d6f9d79c3c9179de9eec39245f4959fa50 (patch)
tree4cf931afe6d1e0fa6b05fd764e412be904026bda
parent4c8a20244333b7576092fca7dcd9f95643128770 (diff)
downloadaur-9b5892d6f9d79c3c9179de9eec39245f4959fa50.tar.gz
Fix mpdris2-py3-git package name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ceadd7d24e..d337e690a44f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = discordrp-mpris-git
depends = python-setuptools
depends = python-dbussy
optdepends = cmus: C* Music Player (native mpris support)
- optdepends = mpDris2-git: mpris plugin for mpd
+ optdepends = mpdris2-py3-git: mpris plugin for mpd
optdepends = mpv-mpris: mpris plugin for mpv
optdepends = vlc: VLC Media Player (native mpris support)
provides = discordrp-mpris
diff --git a/PKGBUILD b/PKGBUILD
index 0ceb13e7cd33..b67a61f89408 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT')
depends=('python' 'python-setuptools' 'python-dbussy')
makedepends=('git')
optdepends=('cmus: C* Music Player (native mpris support)'
- 'mpDris2-git: mpris plugin for mpd'
+ 'mpdris2-py3-git: mpris plugin for mpd'
'mpv-mpris: mpris plugin for mpv'
'vlc: VLC Media Player (native mpris support)')
provides=("${_pkgbase}")