summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Ortiz Manero2020-02-16 20:12:57 +0100
committerMario Ortiz Manero2020-02-16 20:12:57 +0100
commite283437c3993696ccca738054aee4215e77074c5 (patch)
tree505f3e5964aaef8142d47828576e7eac955f26b2 /PKGBUILD
parentbbd2b287a841abb8c46689eab68fdc80d6510ad2 (diff)
downloadaur-e283437c3993696ccca738054aee4215e77074c5.tar.gz
Fixed typo: python-mpv as optional dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c961e5439bb7..f35cd9d264e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ depends=("python" "glib2" "python-gobject" "gtk3" "youtube-dl" "python-vlc"
"python-lyricwikia" "python-pydbus" "python-tekore"
"python-qdarkstyle" "python-appdirs" "python-pyqt5"
"python-pyqtwebengine" "python-qtpy")
-optdepends=("python-mpv: support for the mpv player")
-optdepends=("vidify-audiosync: audio synchronization extension")
+optdepends=("python-mpv: support for the mpv player"
+ "vidify-audiosync: audio synchronization extension")
makedepends=("python-setuptools")
source=("https://github.com/vidify/vidify/releases/download/$pkgver/vidify-$pkgver.tar.gz")
md5sums=('6c8d5a1c23aa74ccfa03b7499920ee40')