summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrabvk2022-10-30 07:33:58 +0500
committercrabvk2022-10-30 07:33:58 +0500
commitbb2062310ca681e6e7d47dfd4aa5f27e3153729d (patch)
tree6b8789b21d221875956d2472f77ff1a7873eff64
parenta4808c3f5f067567657787f0b8d4292a743813a4 (diff)
downloadaur-bb2062310ca681e6e7d47dfd4aa5f27e3153729d.tar.gz
Bump version to 2.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15207117827c..fde6339994d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotipy
pkgdesc = A light weight Python library for the Spotify Web API
- pkgver = 2.20.0
- pkgrel = 2
+ pkgver = 2.21.0
+ pkgrel = 1
url = https://github.com/plamere/spotipy
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = python-spotipy
depends = python-six
depends = python-redis
conflicts = python-spotipy-git
- source = python-spotipy-2.20.0.tar.gz::https://github.com/plamere/spotipy/archive/2.20.0.tar.gz
- sha512sums = 8b5d0704fa84974ea0728dda0fe89d021b7b1550b464026d2b087671102745c7edcab116246399dd97de42d9c0cc7411295297c328b301712b6536aa6a3cd6fd
+ source = python-spotipy-2.21.0.tar.gz::https://github.com/plamere/spotipy/archive/2.21.0.tar.gz
+ sha512sums = 8783261e43962b3e98cb9b680f908d38feecf784ff404352ba16d6bb3d2e4bf1d2308b60f1437c56402e1c2a993a5bba876103f968bb8bdd81be1aef1fe6d058
pkgname = python-spotipy
diff --git a/PKGBUILD b/PKGBUILD
index 9473fcd1bcdd..19448ac3abd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=spotipy
pkgname=python-spotipy
-pkgver=2.20.0
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
pkgdesc='A light weight Python library for the Spotify Web API'
arch=('any')
url='https://github.com/plamere/spotipy'
@@ -14,7 +14,7 @@ depends=('python-requests' 'python-six' 'python-redis')
makedepends=('python-setuptools')
conflicts=("$pkgname-git")
source=("$pkgname-$pkgver.tar.gz::https://github.com/plamere/spotipy/archive/$pkgver.tar.gz")
-sha512sums=('8b5d0704fa84974ea0728dda0fe89d021b7b1550b464026d2b087671102745c7edcab116246399dd97de42d9c0cc7411295297c328b301712b6536aa6a3cd6fd')
+sha512sums=('8783261e43962b3e98cb9b680f908d38feecf784ff404352ba16d6bb3d2e4bf1d2308b60f1437c56402e1c2a993a5bba876103f968bb8bdd81be1aef1fe6d058')
build() {
cd spotipy-$pkgver