summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfadcc3575c2..edf11f07c801 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-ffsubsync
_name=${pkgname#python-}
pkgver=0.4.25
-pkgrel=1
+pkgrel=2
pkgdesc="Language-agnostic automatic synchronization of subtitles with video."
url="https://github.com/smacke/ffsubsync"
depends=(
@@ -11,7 +11,7 @@ depends=(
'python-cchardet'
'python-chardet'
'python-charset-normalizer'
- 'python-ffmpeg'
+ 'python-ffmpeg-python'
'python-future'
'python-numpy'
'python-pysubs2'