summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-11-11 17:03:45 +0100
committerGianluca Boiano2018-11-11 17:03:45 +0100
commit630336a44361cec323eea8ef41140536fc7f0a87 (patch)
tree3f31f9bc56b973d473b601856355b5c50be7330a
parentf678b674540c51d210c940ae6a89e18ea837b507 (diff)
downloadaur-630336a44361cec323eea8ef41140536fc7f0a87.tar.gz
gmusicproxy: fix for peer resets
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d0598ef3300..6f0cd7d68d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gmusicproxy
arch = any
license = GPL
makedepends = python2-setuptools
- depends = python2-gmusicapi>=10.1.0
+ depends = python2-gmusicapi>=11.0.3
depends = python2-netifaces>=0.10.4
depends = python2-xdg>=0.25
depends = python2-eyed3>=0.7.8
diff --git a/PKGBUILD b/PKGBUILD
index fde10dd894c6..27c581a26c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Stream Google Play Music using any media-player"
arch=('any')
url="https://github.com/diraimondo/gmusicproxy"
license=('GPL')
-depends=('python2-gmusicapi>=10.1.0' 'python2-netifaces>=0.10.4' 'python2-xdg>=0.25' 'python2-eyed3>=0.7.8' 'python2-daemon>=2.0.5')
+depends=('python2-gmusicapi>=11.0.3' 'python2-netifaces>=0.10.4' 'python2-xdg>=0.25' 'python2-eyed3>=0.7.8' 'python2-daemon>=2.0.5')
optdepends=('python2-keyring: keyring support')
makedepends=('python2-setuptools')
source=("https://github.com/diraimondo/$pkgname/archive/v$pkgver.tar.gz"