summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Bryan2018-02-07 04:41:08 -0600
committerJesse Bryan2018-02-07 04:41:08 -0600
commit4c3edbe4e636fd12d7ef8867d32a77baee3950d8 (patch)
tree104f85b777390bacf05b6f4498c8b794dcd015ba /PKGBUILD
parenta36264cb8fcf89d9a7cffaa443f07df6dc2b6ff2 (diff)
downloadaur-watch-with-mpv-git.tar.gz
fixed mpv-git incompatibilities
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f20b73cf6087..a344b6d8bb69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Jesse Bryan <jesse@winneon.moe>
pkgname=watch-with-mpv-git
_pkgname=watch-with-mpv
-pkgver=20170923.598067b
-pkgrel=2
+pkgver=20180207.9c3ca63
+pkgrel=1
pkgdesc="The native host for the Watch with MPV Chrome extension."
arch=("any")
url="https://github.com/winneon/${_pkgname}"
license=("GPL2")
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-depends=("mpv>=1:0.27.0" "youtube-dl>=2017.08.06")
+depends=("mpv" "youtube-dl>=2017.08.06")
makedepends=("git" "nodejs" "npm")
options=("!strip") # Required to keep the packaged node binary intact.
source=("${pkgname}::git+https://github.com/winneon/watch-with-mpv.git")