summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a2058c359c7..cf4b3eba2a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotipy-git
pkgdesc = Simple client for the Spotify Web API
- pkgver = r406.6da643e
- pkgrel = 3
+ pkgver = r568.48d04f3
+ pkgrel = 1
url = https://github.com/plamere/spotipy
arch = any
license = MIT
@@ -15,4 +15,3 @@ pkgbase = python-spotipy-git
md5sums = SKIP
pkgname = python-spotipy-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 280b317ef5d2..15a100a8dcd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Shane "SajeOne" Brown <contact@shane-brown.ca>
pkgname=python-spotipy-git
_pkgname=spotipy
-pkgver=r406.6da643e
-pkgrel=3
+pkgver=r568.48d04f3
+pkgrel=1
pkgdesc='Simple client for the Spotify Web API'
arch=('any')
url="https://github.com/plamere/spotipy"
@@ -22,5 +22,5 @@ package() {
cd "${srcdir}/${_pkgname}"
python setup.py install --root="${pkgdir}/" --optimize=1
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 LICENSE.md "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}