summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654f00b034e6..515344b8618b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = python-gmusicapi-git
depends = python-six>=1.9.0
depends = python-protobuf>=3.0.0
depends = python-decorator>=3.3.1
+ provides = python-gmusicapi
source = python-gmusicapi-git::git+https://github.com/simon-weber/gmusicapi#tag=11.0.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e1f6c0530b7..705777c8cff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ pkgdesc="An unofficial api for Google Play Music."
_gitver="$pkgver"
url="https://github.com/simon-weber/gmusicapi"
+provides=('python-gmusicapi')
+
depends=(
'python'
'python-future'