summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302019-05-14 22:57:17 +0200
committerM0Rf302019-05-14 22:57:17 +0200
commit08b748b456ce856ac4818f25e24af98b8631396c (patch)
tree21e62d7c2a8c31566929a5156894aadd6dd66c7d
parent93ecf2e5c2e5297585845b3fd8539f223f7321e8 (diff)
downloadaur-08b748b456ce856ac4818f25e24af98b8631396c.tar.gz
gmusicproxy: 1.0.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
-rw-r--r--gmusicproxy.install2
3 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e8d9277e46..dd0c414d96df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gmusicproxy
pkgdesc = Stream Google Play Music using any media-player
- pkgver = 1.0.9
+ pkgver = 1.0.10
pkgrel = 1
url = https://github.com/M0Rf30/gmusicproxy
install = gmusicproxy.install
@@ -13,11 +13,11 @@ pkgbase = gmusicproxy
depends = python-eyed3
depends = python-daemon
optdepends = python-keyring: keyring support
- source = https://github.com/M0Rf30/gmusicproxy/archive/v1.0.9.tar.gz
+ source = https://github.com/M0Rf30/gmusicproxy/archive/1.0.10.tar.gz
source = gmusicproxy.service
source = gmusicproxy.sysuser
source = gmusicproxy.tmpfiles
- md5sums = 26bdf574454116abbf4a43d0ac73d0d1
+ md5sums = 2fdd26f21e4a6a3d2563f4e847bde64e
md5sums = dcb085039110ab6a87e944865a4fccdb
md5sums = f7c765324710c59738db0b8a9c124982
md5sums = 73f91c48628136882893a3dbb1919bae
diff --git a/PKGBUILD b/PKGBUILD
index ec0600132c8b..6bed302969e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: mitts <mittens2001@opmbx.org>
pkgname=gmusicproxy
-pkgver=1.0.9
+pkgver=1.0.10
pkgrel=1
pkgdesc="Stream Google Play Music using any media-player"
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('python-gmusicapi' 'python-netifaces' 'python-xdg' 'python-eyed3' 'python-daemon')
optdepends=('python-keyring: keyring support')
makedepends=('python-setuptools')
-source=("https://github.com/M0Rf30/gmusicproxy/archive/v${pkgver}.tar.gz"
+source=("https://github.com/M0Rf30/gmusicproxy/archive/${pkgver}.tar.gz"
"$pkgname.service"
"$pkgname.sysuser"
"$pkgname.tmpfiles"
@@ -38,8 +38,7 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-
-md5sums=('26bdf574454116abbf4a43d0ac73d0d1'
- 'dcb085039110ab6a87e944865a4fccdb'
- 'f7c765324710c59738db0b8a9c124982'
- '73f91c48628136882893a3dbb1919bae')
+md5sums=('2fdd26f21e4a6a3d2563f4e847bde64e'
+ 'dcb085039110ab6a87e944865a4fccdb'
+ 'f7c765324710c59738db0b8a9c124982'
+'73f91c48628136882893a3dbb1919bae')
diff --git a/gmusicproxy.install b/gmusicproxy.install
index 6d6e4ffcf0b4..5256d6ea5f73 100644
--- a/gmusicproxy.install
+++ b/gmusicproxy.install
@@ -2,7 +2,7 @@ post_install() {
cat << EOF
Please run:
1) sudo -ui gmusicproxy
- 2) GMusicProxy --config
+ 2) GMusicProxy --oauth
to enter your Google Music credentials.
Only required at first time run.
EOF