summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblack2017-01-02 15:35:58 +0100
committerblack2017-01-02 15:35:58 +0100
commit5448343d970b7c65a08c0d4f453faf65d55ffe96 (patch)
tree21a152345d83e07bd4bcbd795e0625b6672bc920
parent8cc4e913560f7e9d29fbdffb27e94744c0be0b8c (diff)
downloadaur-5448343d970b7c65a08c0d4f453faf65d55ffe96.tar.gz
Bump to version 2.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5903f284a88..fe81a05f050c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-spotipy
pkgdesc = Simple client for the Spotify Web API
- pkgver = 2.3.8
+ pkgver = 2.4.1
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.3.8.tar.gz
- md5sums = 0248576e241f74f08297dd7c76b0cc67
+ source = https://pypi.org/packages/source/s/spotipy/spotipy-2.4.1.tar.gz
+ md5sums = e1f1ad7060a6d7576d141eba7aae0f39
pkgname = python2-spotipy
diff --git a/PKGBUILD b/PKGBUILD
index d7adebbfdd03..1b9df3b1c33a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-spotipy
_pkgname=spotipy
-pkgver=2.3.8
+pkgver=2.4.1
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=('0248576e241f74f08297dd7c76b0cc67')
+md5sums=('e1f1ad7060a6d7576d141eba7aae0f39')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"