summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b0613327e92..2fe101db4195 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotdl
pkgdesc = Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
pkgver = 3.9.6
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -24,6 +24,7 @@ pkgbase = python-spotdl
depends = python-packaging
depends = python-setuptools
depends = python-brotli
+ depends = python-jarowinkler
provides = python-spotdl
provides = spotdl
options = strip
diff --git a/PKGBUILD b/PKGBUILD
index b4dc44664f67..242be11f3a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-spotdl
pkgver=3.9.6
-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')
@@ -31,7 +31,8 @@ depends=('python'
'python-async-timeout'
'python-packaging'
'python-setuptools'
- 'python-brotli')
+ 'python-brotli'
+ 'python-jarowinkler')
provides=("$pkgname" "spotdl")
options=(strip emptydirs zipman)
# install="spotdl.install"