summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteraflops2015-07-11 13:12:28 +0200
committerteraflops2015-07-11 13:12:28 +0200
commit89b5b726f5797ee6c31dad4cd040a75fc9c2a618 (patch)
tree5420b2cb250fc84518ce6a075e43ff05deacd930
parentaa74b842506ab842825b537be71f45050b85fcb3 (diff)
downloadaur-89b5b726f5797ee6c31dad4cd040a75fc9c2a618.tar.gz
added gpsoauth as dep
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f9daa2c7e5d..666f8525e117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gmusicproxy
_gitname=gmusicproxy
-pkgver=0.9.9.r9.g0fe052e
+pkgver=0.9.8.r6.g8fec2d8
pkgrel=1
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')
+depends=('python2' 'python2-netifaces' 'python2-xdg' 'python2-eyed3' 'python2-daemon' 'python2-requests' 'python2-gmusicapi' 'python2-certifi' 'python2-gpsoauth')
makedepends=('python2-setuptools' 'git')
provides=('gmusicproxy')
source=("gmusicproxy::git+https://github.com/diraimondo/gmusicproxy.git"
@@ -18,6 +18,7 @@ sha256sums=('SKIP'
'e69f5e5fff155917621ee65d91adf943d3d133e1d771578d7176ba3649f01363'
'b575dcd3f2aa734718b6d3dbd487c5a7ec3ff946c4532e1d9b3fe5e8461b88b9'
'35b09e3873980df0bdd37baa6694c1b219b24a7f3550a5630f453381976d0f48')
+install=gmusicproxy.install
pkgver() {
cd "$srcdir/$_gitname"
git describe --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'