summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Bryan2018-02-07 04:41:08 -0600
committerJesse Bryan2018-02-07 04:41:08 -0600
commit4c3edbe4e636fd12d7ef8867d32a77baee3950d8 (patch)
tree104f85b777390bacf05b6f4498c8b794dcd015ba
parenta36264cb8fcf89d9a7cffaa443f07df6dc2b6ff2 (diff)
downloadaur-4c3edbe4e636fd12d7ef8867d32a77baee3950d8.tar.gz
fixed mpv-git incompatibilities
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f5cde08b348..4808c11bc9d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = watch-with-mpv-git
pkgdesc = The native host for the Watch with MPV Chrome extension.
- pkgver = 20170923.598067b
- pkgrel = 2
+ pkgver = 20180207.9c3ca63
+ pkgrel = 1
url = https://github.com/winneon/watch-with-mpv
arch = any
license = GPL2
makedepends = git
makedepends = nodejs
makedepends = npm
- depends = mpv>=1:0.27.0
+ depends = mpv
depends = youtube-dl>=2017.08.06
provides = watch-with-mpv
conflicts = watch-with-mpv
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")