summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2024-04-27 14:55:47 +0300
committerPekka Ristola2024-04-27 14:55:47 +0300
commit00f2bfde57802b2a2389d1544567b2483dbac405 (patch)
tree2c3452dc190f784dec0da0c7d1da08163400e998
parentb664a0a8f03adcc324ce02cd8cb3a1352aee87ad (diff)
downloadaur-00f2bfde.tar.gz
fix `python-typing_extensions` dependency name
The `python-typing_extensions` package stopped[0] providing `python-typing-extensions` (with dash instead of underscore) so fix the dependency name to accommodate the change. [0] https://gitlab.archlinux.org/archlinux/packaging/packages/python-typing_extensions/-/commit/b2a4d7f9c5b1123c908d94c351547d7bdafb5dc0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6546eb43e301..6cea2f631e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = spotdl
pkgdesc = Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
pkgver = 4.2.5
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -30,7 +30,7 @@ pkgbase = spotdl
depends = python-slugify
depends = python-spotipy
depends = python-syncedlyrics
- depends = python-typing-extensions
+ depends = python-typing_extensions
depends = python-ytmusicapi
depends = uvicorn
depends = yt-dlp
diff --git a/PKGBUILD b/PKGBUILD
index 767dfd13e0a5..fdca76684097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=spotdl
pkgver=4.2.5
-pkgrel=4
+pkgrel=5
pkgdesc='Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).'
arch=('any')
@@ -36,7 +36,7 @@ depends=(
'python-slugify'
'python-spotipy'
'python-syncedlyrics'
- 'python-typing-extensions'
+ 'python-typing_extensions'
'python-ytmusicapi'
'uvicorn'
'yt-dlp'