summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 587352d4f466..bc23578f1e8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-subsync
pkgdesc = Automagically synchronize subtitles with video
pkgver = 0.4.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/smacke/ffsubsync
arch = any
license = MIT
@@ -18,6 +18,7 @@ pkgbase = python-subsync
depends = python-webrtcvad
depends = python-rich
depends = python-pysubs2
+ depends = python-auditok
provides = subsync
source = https://github.com/smacke/ffsubsync/archive/0.4.8.tar.gz
sha256sums = f72e918e5d679f8c7cd7376778dc4b65489963b33a632fecb0b071f455437d6e
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() {