summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2019-08-21 10:44:01 -0700
committerJonathan Knapp2019-08-21 10:44:01 -0700
commit7c36f130291e12fd2c73e4a9c335cbc1eeace0b0 (patch)
tree47de5818b19c91f1e1a1604a7ec121e02230d6ce
parentd22bf26cab10fde32681d827db71b9459285b91d (diff)
downloadaur-7c36f130291e12fd2c73e4a9c335cbc1eeace0b0.tar.gz
Fix optdepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4c0d635b509..695e962ca127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url='https://github.com/Thann/play-with-mpv'
license=('MIT')
depends=('python' 'youtube-dl' 'mpv')
-optdepends=('peerflix' 'mkchromecast-git')
+optdepends=('peerflix' 'mkchromecast')
makedepends=('git')
provides=('play-with-mpv')
conflicts=('play-with-mpv')