summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Knapp2018-03-01 18:12:25 -0800
committerJonathan Knapp2018-03-01 18:13:00 -0800
commit9cf2a7a27bb2f459257691dd2ae0a94bb5cc4d32 (patch)
tree9f3462c5e2f3fb8c65b1cf60367f6c3ccd1cf59c
parent5e932937a6fdac3b5f93f3760e631c4b7227e2c7 (diff)
downloadaur-9cf2a7a27bb2f459257691dd2ae0a94bb5cc4d32.tar.gz
Add mkchromecast optdep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aedb671e7285..2373673f4217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = play-with-mpv-git
depends = youtube-dl
depends = mpv
optdepends = peerflix
+ optdepends = mkchromecast-git
provides = play-with-mpv
conflicts = play-with-mpv
source = play-with-mpv-git::git+https://github.com/Thann/play-with-mpv.git
diff --git a/PKGBUILD b/PKGBUILD
index 18908e3c1e5a..60e8feb0adc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Upstream: https://github.com/Thann/play-with-mpv
pkgname=play-with-mpv-git
-pkgver=0.0.6+62cba74
+pkgver=0.0.7+81a91a8
pkgrel=1
pkgdesc='Chrome extension and python server that allows you to play videos in webpages with MPV instead.'
arch=('any')
url='https://github.com/Thann/play-with-mpv'
license=('MIT')
depends=('python' 'youtube-dl' 'mpv')
-optdepends=('peerflix')
+optdepends=('peerflix' 'mkchromecast-git')
makedepends=('git')
provides=('play-with-mpv')
conflicts=('play-with-mpv')