summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Kugland2021-06-20 03:24:15 -0300
committerAndré Kugland2021-06-20 03:24:15 -0300
commitee13ae7b1fbb6a6901b2873c94e72912b10f7615 (patch)
treea5ed80d18a8355b0bf450858ad1ee94c07e7d440 /PKGBUILD
parent2953578a107cf9e7e697e6552e2adb6772abfc56 (diff)
downloadaur-python-subsync.tar.gz
added python-coverage in makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 694bd0ad3e33..d3173c82353a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="python-subsync"
_pkgname="ffsubsync"
pkgver=0.4.11
-pkgrel=1
+pkgrel=2
pkgdesc='Automagically synchronize subtitles with video'
arch=('any')
url="https://github.com/smacke/ffsubsync"
@@ -27,6 +27,9 @@ depends=(
'python-pysubs2'
'python-auditok'
)
+makedepends=(
+ 'python-coverage'
+)
build() {
cd ${srcdir}/${_pkgname}-${pkgver}