summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohn Gerritse2022-04-12 14:57:42 +0200
committerJohn Gerritse2022-04-12 14:57:42 +0200
commitda6b17358fce19d0b1e031da8110645de02e6855 (patch)
tree25e3933ff7200c6a8daf2c7301146143c7c24ba9 /PKGBUILD
parent2dc29c582646616831fddf6d42d4c8fa35f227f8 (diff)
downloadaur-python-autosub3.tar.gz
Updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4120e57e702f..8f31d48b4c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-autosub3
_name=${pkgname#python-}
pkgver=0.1.0
-pkgrel=0
+pkgrel=1
pkgdesc='Auto-generates subtitles for any video or audio file, upgrades original autosub and adds support for windows.'
arch=(any)
url=https://pypi.org/project/autosub3
license=(MIT)
-depends=(python)
+depends=('python' 'ffmpeg' 'python-google-api-python-client' 'python-progressbar' 'python-pysrt' 'python-requests' 'python-six')
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('a8e937384ed9b7b1f3f08e1ec77885cb75089afeeec47687ff627fd6a49cc254')