summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMogeko2021-08-18 04:11:40 +0200
committerMogeko2021-08-18 04:11:40 +0200
commitf38373381b5effb7e5b22eabbc82aac5fefdb394 (patch)
tree4752ab6297a3c405116179cd16351ded66b456a5 /PKGBUILD
parent4b610d32532d6397be90b2666bdbeca04e25fff6 (diff)
downloadaur-mpv-autosub-git.tar.gz
feat: add dependency subliminal
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0ff3f228e06..0e47a9521dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,15 @@
pkgname=mpv-autosub-git
_pkgname=${pkgname%-git}
pkgver=r52.3511535
-pkgrel=2
+pkgrel=3
pkgdesc="Fully automatic subtitle downloading for the MPV media player"
arch=(any)
url="https://github.com/davidde/mpv-autosub"
license=("MIT")
-depends=("mpv")
+depends=(
+ "mpv"
+ "subliminal"
+)
makedepends=("git")
provides=("mpv-autosub")
source=("$_pkgname::git+$url")