summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e48434b9af4..1b68b963a66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spotdl
pkgver=3.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -24,8 +24,7 @@ depends=('python'
'python-tqdm'
'python-beautifulsoup4'
'python-requests'
- 'python-unidecode'
- 'python-pycryptodomex')
+ 'python-unidecode')
makedepends=('python-setuptools')
install="spotdl.install"