summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-11-08 14:58:20 +0100
committerHyacinthe Cartiaux2021-11-08 14:58:20 +0100
commit7008a5bd07ba1e6b653b57072fa32680fc773fa5 (patch)
treec81fe28287e0b33e169c20b8f462e3669ce79751
parent8be5751597fdfbd71381ded0b7ce1d966d58d58e (diff)
downloadaur-7008a5bd07ba1e6b653b57072fa32680fc773fa5.tar.gz
Add missing dependency python-importlib_resources
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f268f476b8d2..e0958cd2a147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=subliminal-git
pkgver=2.1.0.r22.g160ea63
-pkgrel=4
+pkgrel=5
pkgdesc="Python library and CLI tool for searching and downloading subtitles."
arch=('any')
url="https://github.com/Diaoul/subliminal"
@@ -13,7 +13,7 @@ license=('MIT')
depends=('python-guessit' 'python-babelfish' 'python-enzyme' 'python-beautifulsoup4'
'python-requests' 'python-click' 'python-dogpile.cache' 'python-stevedore'
'python-chardet' 'python-pysrt' 'python-six' 'python-appdirs' 'python-rarfile'
- 'python-pytz')
+ 'python-pytz' 'python-importlib_resources')
makedepends=('git' 'python-setuptools' 'python-sphinxcontrib-programoutput'
'python-sphinx_rtd_theme')
provides=("${pkgname%-git}")