summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radović2023-07-18 14:27:53 +0200
committerAndrej Radović2023-07-18 14:30:19 +0200
commit76b0c4dbf93f92ca6f35301cca5e7cb07b2b3540 (patch)
tree39f6b44899334be08168c18e91261cd601793f30 /PKGBUILD
parentee961b0776f4366f914ab37469f799471e9549cd (diff)
downloadaur-python-ffsubsync.tar.gz
Use python-ffmpeg-python instead of python-ffmpeg
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'