summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorblack2017-01-02 15:35:58 +0100
committerblack2017-01-02 15:35:58 +0100
commit5448343d970b7c65a08c0d4f453faf65d55ffe96 (patch)
tree21a152345d83e07bd4bcbd795e0625b6672bc920 /PKGBUILD
parent8cc4e913560f7e9d29fbdffb27e94744c0be0b8c (diff)
downloadaur-5448343d970b7c65a08c0d4f453faf65d55ffe96.tar.gz
Bump to version 2.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"