summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorPekka Ristola2024-04-27 14:55:47 +0300
committerPekka Ristola2024-04-27 14:55:47 +0300
commit00f2bfde57802b2a2389d1544567b2483dbac405 (patch)
tree2c3452dc190f784dec0da0c7d1da08163400e998 /.SRCINFO
parentb664a0a8f03adcc324ce02cd8cb3a1352aee87ad (diff)
downloadaur-spotdl.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
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO4
1 files changed, 2 insertions, 2 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