summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitrios Vogiatzis2018-03-03 10:50:11 -0500
committerDimitrios Vogiatzis2018-03-03 10:50:11 -0500
commit25a54aeb6a1bb1ebf622d995a807a963af90ddfc (patch)
tree3378ef241bc9fbc0a7df7b2e45516a110f2eb127
parent6646aacb4adc1f4c909c8fe0c27ed71b8bdd53aa (diff)
downloadaur-25a54aeb6a1bb1ebf622d995a807a963af90ddfc.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9276576603ba..03460744d9a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,9 @@ pkgbase = python-plexapi
url = https://github.com/pkkid/python-plexapi
arch = any
license = BSD
+ depends = python-requests
+ depends = python-tqdm
+ depends = python-websocket-client
source = python-plexapi::git://github.com/pkkid/python-plexapi.git#tag=3.0.6
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c048e1a4a133..4250db75cb4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ pkgdesc="Python bindings for the Plex API."
arch=('any')
url="https://github.com/pkkid/python-plexapi"
license=('BSD')
-depends=()
+depends=('python-requests'
+ 'python-tqdm'
+ 'python-websocket-client')
makedepends=()
source=("$pkgname"::"git://github.com/pkkid/python-plexapi.git#tag=${pkgver}")
md5sums=('SKIP')