summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblack2018-10-26 16:52:49 +0200
committerblack2018-10-26 16:52:49 +0200
commitbb995cd5fd26dd1a4086eea10e5e13b2a31f6803 (patch)
tree31f711f065f6d0acad3b201025c6a574937cb2b6
parent9567420d2377e98fe5ed75701f1023ce56bdebd3 (diff)
downloadaur-bb995cd5fd26dd1a4086eea10e5e13b2a31f6803.tar.gz
Bump to version 2.4.4 (a no-op, really)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 033af99f1803..c57825e3137f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-spotipy
pkgdesc = Simple client for the Spotify Web API
- pkgver = 2.4.3
+ pkgver = 2.4.4
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.3.tar.gz
- md5sums = 483d80fd20881ba4cf5fb599a8dc8bd0
+ source = https://pypi.org/packages/source/s/spotipy/spotipy-2.4.4.tar.gz
+ md5sums = e9b895c8351d440af49470f9f3f9f4f4
pkgname = python2-spotipy
diff --git a/PKGBUILD b/PKGBUILD
index 6368c366369d..0d7cf317e273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python2-spotipy
_pkgname=spotipy
-pkgver=2.4.3
+pkgver=2.4.4
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=('483d80fd20881ba4cf5fb599a8dc8bd0')
+md5sums=('e9b895c8351d440af49470f9f3f9f4f4')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"