summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblack2017-01-02 18:24:47 +0100
committerblack2017-01-02 18:24:47 +0100
commit9567420d2377e98fe5ed75701f1023ce56bdebd3 (patch)
tree27ebaefdb9cbdfbce9f472b2b28c7a9359f300ae
parent5448343d970b7c65a08c0d4f453faf65d55ffe96 (diff)
downloadaur-9567420d2377e98fe5ed75701f1023ce56bdebd3.tar.gz
Bump to version 2.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe81a05f050c..033af99f1803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-spotipy
pkgdesc = Simple client for the Spotify Web API
- pkgver = 2.4.1
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/plamere/spotipy
arch = any
@@ -9,8 +9,8 @@ pkgbase = python2-spotipy
makedepends = python2-setuptools
depends = python2
depends = python2-requests>=1.0
- source = https://pypi.org/packages/source/s/spotipy/spotipy-2.4.1.tar.gz
- md5sums = e1f1ad7060a6d7576d141eba7aae0f39
+ source = https://pypi.org/packages/source/s/spotipy/spotipy-2.4.3.tar.gz
+ md5sums = 483d80fd20881ba4cf5fb599a8dc8bd0
pkgname = python2-spotipy
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}"