summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdarnold2015-08-31 09:20:12 -0400
committerjdarnold2015-08-31 09:20:12 -0400
commitd0ce8a90979c1418e539f01e452b7ad076278c67 (patch)
tree0ca811f135e7b4398c0568674dc4c44f0721eb3a
parentf4e44cd224f12f7b4a6d87d70efbf69e254bbcae (diff)
downloadaur-d0ce8a90979c1418e539f01e452b7ad076278c67.tar.gz
Another pkgver fix
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e422bc7f0362..25810a6b34df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_projectname=gmusicapi
_pkgname=python2-${_projectname}
pkgname=$_pkgname-git
-pkgver=6.0.0.r36.fea7cb3-1
-pkgrel=6
+pkgver=6.0.0.r36.fea7cb3
+pkgrel=7
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' 'python2-gpsoauth')
+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' 'python-mechanicalsoup')
makedepends=('python2-setuptools' 'git')
optdepends=()
provides=($_pkgname)