aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/py3-spotipy/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-spotipy/APKBUILD b/testing/py3-spotipy/APKBUILD
index 015aff042a3..4a79d9e2bcb 100644
--- a/testing/py3-spotipy/APKBUILD
+++ b/testing/py3-spotipy/APKBUILD
@@ -2,16 +2,16 @@
# Maintainer: Dmitry Zakharchenko <dmitz@disroot.org>
pkgname=py3-spotipy
_pkgname=spotipy
-pkgver=2.22.0
+pkgver=2.22.1
pkgrel=0
pkgdesc="Light weight Python library for the Spotify Web API"
-url="https://github.com/plamere/spotipy"
+url="https://github.com/spotipy-dev/spotipy"
arch="noarch"
license="MIT"
depends="py3-requests py3-six py3-urllib3 py3-redis"
makedepends="py3-setuptools"
options="!check" # requires Spotify API Key
-source="$pkgname-$pkgver.tar.gz::https://github.com/plamere/spotipy/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/spotipy-dev/spotipy/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
@@ -23,5 +23,5 @@ package() {
}
sha512sums="
-272f05b1cb92dbd9842dcac58a5ca322fae703eea58488b968812c12b6c26fb748aabbf5fde7100e9662191231fe12f5353b9ba12f02bd2e4982e0aff1c732f6 py3-spotipy-2.22.0.tar.gz
+d8c5871dd606e3335656fb55fa042d8c91c72a4c7d62a584bd407a7546184996694c67d499f908fc7049e406c548269286de6cba17064f0385adba3661b34c3b py3-spotipy-2.22.1.tar.gz
"