summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordef2021-12-07 23:40:42 +1100
committerdef2021-12-07 23:40:42 +1100
commitfb04d4e25813276a2b161b526bc1f94744dec0ef (patch)
treea55ba7f7d63f85306f67960cd5ae8c2bfb4ebefd /PKGBUILD
parente15f2abe956553bec99b02f82031a6c4d82c1ec5 (diff)
downloadaur-fb04d4e25813276a2b161b526bc1f94744dec0ef.tar.gz
Fix typo in optdepends; mopidy -> mopidy-mpd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d0b5d1eafb5..f1df6185e438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=jellyshuf
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
license=("MIT" "Apache")
arch=('any')
pkgdesc="Randomly add items to mpd queue from jellyfin (use in tandem with mopidy-jellyfin)"
@@ -16,7 +16,7 @@ source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}
optdepends=(
"mopidy: to enable access to jellyfin music files via a local MPD server"
"mopidy-jellyfin: to enable access to jellyfin music files via a local MPD server"
- "mopidy: to enable access jellyfin music files via a local MPD server"
+ "mopidy-mpd: to enable access jellyfin music files via a local MPD server"
)
sha256sums=('a10cf873050cafe51c1ec3d646c45f9d6485e02efb1bc5a784821c92023053ff')