summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Kugland2020-12-14 02:24:56 -0300
committerAndré Kugland2020-12-14 02:25:13 -0300
commit056296346530dc7072df20f03db47f6e16f16a8a (patch)
tree7499da100e1c06f402acc749237ec5ef8e742b9d /PKGBUILD
parent4016b5599f2a6e58952f43dc27d5b823d1b107d9 (diff)
downloadaur-056296346530dc7072df20f03db47f6e16f16a8a.tar.gz
added missing dependency "python-auditok"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3a14a053005..94efbc7fc0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-subsync"
_pkgname="ffsubsync"
pkgver=0.4.8
-pkgrel=1
+pkgrel=2
pkgdesc='Automagically synchronize subtitles with video'
arch=('any')
url="https://github.com/smacke/ffsubsync"
@@ -25,6 +25,7 @@ depends=(
'python-webrtcvad'
'python-rich'
'python-pysubs2'
+ 'python-auditok'
)
build() {