summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2019-12-30 13:24:41 -0800
committerDonald Webster2019-12-30 13:24:41 -0800
commit983fae16563f7e4a821c178f2fcc222773a3dcf7 (patch)
tree605fb6892b2502d46cb72a0f18ab7f27f01438bf /PKGBUILD
parent2ae9b77fa2908b1f37e6558cbdaa3ab9a12a1562 (diff)
downloadaur-983fae16563f7e4a821c178f2fcc222773a3dcf7.tar.gz
Fix python dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 540a9a8c36bd..16bf8811fa92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,14 @@
pkgname=bazarr
pkgver=0.8.4
-pkgrel=2
+pkgrel=3
pkgdesc="Manage and download subtitles for Sonarr and Radarr."
arch=('any')
url="https://github.com/morpheus65535/bazarr"
license=('GPL3')
options=('!strip')
-depends=('python2'
- 'python2-lxml'
- 'python2-gevent')
+depends=('python'
+ 'python-lxml')
source=("bazarr-${pkgver}.tar.gz::https://github.com/morpheus65535/bazarr/archive/v${pkgver}.tar.gz"
'bazarr.service'