summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-07-17 19:11:38 -0400
committers7hoang2020-07-17 19:41:44 -0400
commit8d934a666726afabd8e2d8e916e2a627dd08a41b (patch)
treeee9aa17804d92d1e1a1e8ad56db556b4fb95c0d9
parent3b95af2b5b800f8b55553a2bdb4072c3dc7d1062 (diff)
downloadaur-8d934a666726afabd8e2d8e916e2a627dd08a41b.tar.gz
Switch mpv for mplayer as optional dependency
Apparently pacman's version of mpv is too old. I imagine these are probably used for displaying video if you decide to get that fancy with anki. It other wise works without either of these.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13104664709f..8e1fe6908ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ optdepends=('python-pyqt5: dependency of bundled anki client'
'python-decorator: dependency of bundled anki client'
'python-markdown: dependency of bundled anki client'
'python-psutil: dependency of bundled anki client'
-'mpv: optional dependency of bundled anki client'
+'mplayer: optional dependency of bundled anki client'
'python-webob: if you want to run the server as a user other than the supplied anki-sync-server user'
'python-decorator: if you want to run the server as a user other than the supplied anki-sync-server user'
)