summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblack2017-01-02 18:24:47 +0100
committerblack2017-01-02 18:24:47 +0100
commit9567420d2377e98fe5ed75701f1023ce56bdebd3 (patch)
tree27ebaefdb9cbdfbce9f472b2b28c7a9359f300ae /PKGBUILD
parent5448343d970b7c65a08c0d4f453faf65d55ffe96 (diff)
downloadaur-9567420d2377e98fe5ed75701f1023ce56bdebd3.tar.gz
Bump to version 2.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b9df3b1c33a..6368c366369d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-spotipy
_pkgname=spotipy
-pkgver=2.4.1
+pkgver=2.4.3
pkgrel=1
pkgdesc='Simple client for the Spotify Web API'
arch=('any')
@@ -10,7 +10,7 @@ depends=('python2' 'python2-requests>=1.0')
makedepends=('python2' 'python2-setuptools')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('e1f1ad7060a6d7576d141eba7aae0f39')
+md5sums=('483d80fd20881ba4cf5fb599a8dc8bd0')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"