summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-07-08 20:04:09 +0200
committerdigitalone2019-07-08 20:04:09 +0200
commit771c551ba13d98f4e6227dc82f4ac013804fef31 (patch)
treeb2241cf8b4b8d767e160d85b5c8bb13115585bf1
parent2a7760c97a3da32ae3d196eb4a67672e9042b647 (diff)
downloadaur-771c551ba13d98f4e6227dc82f4ac013804fef31.tar.gz
added mpv as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e169f0ff66..2f21e262e0bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = mpv-acestream
arch = any
license = GPL3
optdepends = acestream-engine: AceStream engine
+ optdepends = mpv: mpv player
source = https://github.com/Digitalone1/mpv-acestream/archive/v0.3.tar.gz
source = acestream.protocol
md5sums = f3dd26794a41070cf44f88fc43478f2a
diff --git a/PKGBUILD b/PKGBUILD
index 3baf6c72b8a6..55e01496dc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc="Lua script that adds AceStream protocol handler to mpv player"
arch=("any")
url="https://github.com/Digitalone1/mpv-acestream"
license=("GPL3")
-optdepends=("acestream-engine: AceStream engine")
+optdepends=("acestream-engine: AceStream engine"
+ "mpv: mpv player"
+)
source=(
"https://github.com/Digitalone1/mpv-acestream/archive/v$pkgver.tar.gz"
"acestream.protocol")