summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-07-18 19:34:20 +0200
committerdigitalone2019-07-18 19:34:20 +0200
commit44d32a593a55b4ad459d078bf552ce94e43c6095 (patch)
tree8272485dcad2715868516241a07ed8e0d64024d0
parent7a6fc18845a782d2d0f8753272af50dc3b42877d (diff)
downloadaur-44d32a593a55b4ad459d078bf552ce94e43c6095.tar.gz
mpv and acestream-engine required depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f21e262e0bb..e8262e15081f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = mpv-acestream
pkgdesc = Lua script that adds AceStream protocol handler to mpv player
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Digitalone1/mpv-acestream
install = mpv-acestream.install
arch = any
license = GPL3
- optdepends = acestream-engine: AceStream engine
- optdepends = mpv: mpv player
+ depends = acestream-engine
+ depends = mpv
source = https://github.com/Digitalone1/mpv-acestream/archive/v0.3.tar.gz
source = acestream.protocol
md5sums = f3dd26794a41070cf44f88fc43478f2a
diff --git a/PKGBUILD b/PKGBUILD
index 61ff62572eb8..15c1c8dc77f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=("any")
url="https://github.com/Digitalone1/mpv-acestream"
license=("GPL3")
depends=(
- "acestream-engine: AceStream engine"
- "mpv: mpv player")
+ "acestream-engine"
+ "mpv")
source=(
"https://github.com/Digitalone1/mpv-acestream/archive/v$pkgver.tar.gz"
"acestream.protocol")