summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Jensen2018-01-30 18:14:49 +0100
committerJesper Jensen2018-01-30 18:14:49 +0100
commit4ef2d32eb0a54ed297f0391702a38ca0b36be10c (patch)
tree64315b96eb2ae875fd5c6070caf24ea058f10903
parentac3d5db0c12c6d188f5e8b6ccfe9f609583cbe51 (diff)
downloadaur-4ef2d32eb0a54ed297f0391702a38ca0b36be10c.tar.gz
Add provides
-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'