summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-10-03 11:50:34 +0330
committerAmin Vakil2022-10-03 11:51:12 +0330
commit24300002ea961b395b557550c2f47fdad28c7c81 (patch)
tree9f9de2869ec0c364c1454ebf78a32aae7222b06e
parent712507ad3483567b86956236e87569e9ccc4c83b (diff)
downloadaur-24300002ea961b395b557550c2f47fdad28c7c81.tar.gz
Add python-jarowinkler to depends
-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"