summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")