summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShane Brown2017-04-20 06:52:36 -0400
committerShane Brown2017-04-20 06:52:36 -0400
commit7541debfb3de8618cd3f263f86c6683197e6eba9 (patch)
treee092c1d7dafb64658d5e93d073c14642d9b3cdc6
parent49c370193e309caebba789145c949cbe16e0f723 (diff)
downloadaur-7541debfb3de8618cd3f263f86c6683197e6eba9.tar.gz
added provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f012f91275c2..9af3f4c5c82e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotipy-git
pkgdesc = Simple client for the Spotify Web API
pkgver = r276.7499d8e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/plamere/spotipy
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-spotipy-git
depends = python
depends = python-requests>=1.0
depends = python-simplejson
+ provides = python-spotipy
source = spotipy::git+https://github.com/plamere/spotipy.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4cd29c280c3d..10615d0b1757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=python-spotipy-git
_pkgname=spotipy
pkgver=r276.7499d8e
-pkgrel=1
+pkgrel=2
pkgdesc='Simple client for the Spotify Web API'
arch=('any')
url="https://github.com/plamere/spotipy"
license=('MIT')
+provides=('python-spotipy')
depends=('python' 'python-requests>=1.0' 'python-simplejson')
makedepends=('python' 'python-setuptools')
source=("spotipy::git+https://github.com/plamere/spotipy.git")