summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b2e8832a2ca..929b6cf73356 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmusicproxy
pkgdesc = Stream Google Play Music using any media-player
- pkgver = 1.0.6
+ pkgver = 1.0.7
pkgrel = 1
url = https://github.com/diraimondo/gmusicproxy
arch = any
@@ -11,8 +11,9 @@ pkgbase = gmusicproxy
depends = python2-xdg>=0.25
depends = python2-eyed3>=0.7.8
depends = python2-daemon>=2.0.5
- source = https://github.com/diraimondo/gmusicproxy/archive/v1.0.6.tar.gz
- md5sums = 83bb2c68a2d243987d6e672051f3aeeb
+ optdepends = python2-keyring: keyring support
+ source = https://github.com/diraimondo/gmusicproxy/archive/v1.0.7.tar.gz
+ md5sums = 39d523f1fcc82b9846d29ba949b78b15
pkgname = gmusicproxy
diff --git a/PKGBUILD b/PKGBUILD
index 24982be6b19a..02933d7c4b3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: mitts <mittens2001@opmbx.org>
pkgname=gmusicproxy
-pkgver=1.0.6
+pkgver=1.0.7
pkgrel=1
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')
+optdepends=('python2-keyring: keyring support')
makedepends=('python2-setuptools')
source=("https://github.com/diraimondo/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('83bb2c68a2d243987d6e672051f3aeeb')
+md5sums=('39d523f1fcc82b9846d29ba949b78b15')
package() {
cd "$srcdir/$pkgname-$pkgver"