summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGianluca Boiano2018-11-16 17:51:27 +0100
committerGianluca Boiano2018-11-16 17:51:27 +0100
commit5c6dd25203a881c9971922f99120aa7d029e1f13 (patch)
tree97501af92b68a80e888b533603a579c26f67a31b
parent630336a44361cec323eea8ef41140536fc7f0a87 (diff)
downloadaur-5c6dd25203a881c9971922f99120aa7d029e1f13.tar.gz
gmusicproxy: fix dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0cd7d68d69..d941637651db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = gmusicproxy
arch = any
license = GPL
makedepends = python2-setuptools
- depends = python2-gmusicapi>=11.0.3
+ depends = python2-gmusicapi
depends = python2-netifaces>=0.10.4
depends = python2-xdg>=0.25
depends = python2-eyed3>=0.7.8
diff --git a/PKGBUILD b/PKGBUILD
index 27c581a26c44..224325cebb74 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>=11.0.3' 'python2-netifaces>=0.10.4' 'python2-xdg>=0.25' 'python2-eyed3>=0.7.8' 'python2-daemon>=2.0.5')
+depends=('python2-gmusicapi' '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"