summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-02-05 14:31:27 +0100
committerPieter Goetschalckx2018-02-05 14:31:27 +0100
commit1257d764d87dad81b35ad612ae06e6b38d298e4f (patch)
tree13f9859e265da550d2e15506608c0807b7799916
parentcfabc63f596d2f6d263476ea2b9104d04061aaff (diff)
downloadaur-1257d764d87dad81b35ad612ae06e6b38d298e4f.tar.gz
Add langdetect and apprise
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e83b47057743..0b8cd75ec549 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,8 @@ pkgbase = bazarr-git
depends = subliminal
depends = python-urllib3
depends = python-waitress
+ depends = python-langdetect
+ depends = python-apprise
provides = bazarr
conflicts = bazarr
source = git+https://github.com/morpheus65535/bazarr
diff --git a/PKGBUILD b/PKGBUILD
index 6b7e10d4e67a..e6a5f2b393f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,9 @@ depends=('python'
'python-requests'
'subliminal'
'python-urllib3'
- 'python-waitress')
+ 'python-waitress'
+ 'python-langdetect'
+ 'python-apprise')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")