summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-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)