summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteraflops2015-07-14 11:53:14 +0200
committerteraflops2015-07-14 11:53:14 +0200
commit9316c00b67b5a1ff4f46978607858a60e779269b (patch)
tree908e39e770d00273f53c0d33f3c18717a020caaa
parent10eb09c42ef898edf90875e46aee0df5e68bb5f3 (diff)
downloadaur-9316c00b67b5a1ff4f46978607858a60e779269b.tar.gz
added more deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7a86343a83b..2e173c4f13a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = gmusicproxy
depends = python2-gmusicapi
depends = python2-certifi
depends = python2-gpsoauth
+ depends = python2-mechanize
+ depends = python-mechanicalsoup
provides = gmusicproxy
source = gmusicproxy::git+https://github.com/diraimondo/gmusicproxy.git
source = gmusicproxy.cfg.sample
diff --git a/PKGBUILD b/PKGBUILD
index 30f5dd56a988..5ec1847a89d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Let's stream Google Play Music using any media-player"
arch=('any')
url="https://github.com/diraimondo/gmusicproxy"
license=('GPL3')
-depends=('python2' 'python2-netifaces' 'python2-xdg' 'python2-eyed3' 'python2-daemon' 'python2-requests' 'python2-gmusicapi' 'python2-certifi' 'python2-gpsoauth')
+depends=('python2' 'python2-netifaces' 'python2-xdg' 'python2-eyed3' 'python2-daemon' 'python2-requests' 'python2-gmusicapi' 'python2-certifi' 'python2-gpsoauth'
+'python2-mechanize' 'python-mechanicalsoup')
makedepends=('python2-setuptools' 'git')
provides=('gmusicproxy')
source=("gmusicproxy::git+https://github.com/diraimondo/gmusicproxy.git"