summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdarnold2015-08-25 11:20:39 -0400
committerjdarnold2015-08-25 11:20:39 -0400
commitf4e44cd224f12f7b4a6d87d70efbf69e254bbcae (patch)
tree56852f190b97aa70092d77398c9f82e0cea53d09
parent8ce34ad83a40729b9eafc5cf13370de18080194d (diff)
downloadaur-f4e44cd224f12f7b4a6d87d70efbf69e254bbcae.tar.gz
add gpsoauth depend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c1fc3cdf6d3..993112440f1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-gmusicapi-git
pkgdesc = Allows control of Google Music with Python
- pkgver = 6.0.0.r35.b2401a7-1
- pkgrel = 4
+ pkgver = 6.0.0.r36.fea7cb3-1
+ pkgrel = 6
url = https://github.com/simon-weber/gmusicapi
arch = any
license = BSD
@@ -21,6 +21,7 @@ pkgbase = python2-gmusicapi-git
depends = python2-six
depends = python2-httplib2>=0.8
depends = python2-gflags
+ depends = python2-gpsoauth
provides = python2-gmusicapi
conflicts = python2-gmusicapi
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 5d6fb6b279b7..e422bc7f0362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_projectname=gmusicapi
_pkgname=python2-${_projectname}
pkgname=$_pkgname-git
-pkgver=6.0.0.r35.b2401a7-1
-pkgrel=4
+pkgver=6.0.0.r36.fea7cb3-1
+pkgrel=6
pkgdesc="Allows control of Google Music with Python"
arch=('any')
url="https://github.com/simon-weber/gmusicapi"
license=('BSD')
groups=()
-depends=('python2' 'python2-validictory' 'python2-decorator' 'mutagen' 'python2-protobuf' 'python2-requests' 'python2-dateutil' 'python2-proboscis' 'python2-oauth2client' 'python2-mock' 'python2-appdirs' 'python2-six' 'python2-httplib2>=0.8' 'python2-gflags')
+depends=('python2' 'python2-validictory' 'python2-decorator' 'mutagen' 'python2-protobuf' 'python2-requests' 'python2-dateutil' 'python2-proboscis' 'python2-oauth2client' 'python2-mock' 'python2-appdirs' 'python2-six' 'python2-httplib2>=0.8' 'python2-gflags' 'python2-gpsoauth')
makedepends=('python2-setuptools' 'git')
optdepends=()
provides=($_pkgname)
@@ -19,7 +19,6 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-changelog=
noextract=()
source=("$_projectname::git+https://github.com/simon-weber/gmusicapi.git")
md5sums=('SKIP')