summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2023-06-25 09:15:06 -0700
committerDonald Webster2023-06-25 09:15:06 -0700
commitd39eef9c6cdebd28bcb48f208ab588600c959ccd (patch)
tree918445eae8e96f91ae3e3fd0a3d1130e69e868fe /PKGBUILD
parent10f40115c82973d1b1dc37deb35c3d77438cd2de (diff)
downloadaur-d39eef9c6cdebd28bcb48f208ab588600c959ccd.tar.gz
Add python-pillow as depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd4fa735f75b..4cc71717bc0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bazarr
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Subtitle download automation for Sonarr and Radarr."
arch=('any')
url="https://github.com/morpheus65535/bazarr"
@@ -20,6 +20,7 @@ depends=(
'python-gevent-websocket'
'python-lxml'
'python-numpy'
+ 'python-pillow'
'python-webrtcvad-wheels'
'ffmpeg'
'unrar'