diff options
author | Dmitry Zakharchenko <dmitz@disroot.org> | 2023-01-24 22:37:46 +0200 |
---|---|---|
committer | Dmitry Zakharchenko <dmitz@disroot.org> | 2023-01-24 22:37:46 +0200 |
commit | fa78f69d042fdbe836d178d5276cae35365cef5b (patch) | |
tree | ce5cc5f11a8a7baffb2053720dc9453a5dad7d43 | |
parent | 86acbd64fcd73be4771e90df1804247ee2e4f948 (diff) | |
download | aports-fa78f69d042fdbe836d178d5276cae35365cef5b.tar.gz aports-fa78f69d042fdbe836d178d5276cae35365cef5b.tar.bz2 aports-fa78f69d042fdbe836d178d5276cae35365cef5b.tar.xz |
testing/py3-spotipy: upgrade to 2.22.1
Also, change upstream url.
-rw-r--r-- | testing/py3-spotipy/APKBUILD | 8 |
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 " |