summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmin Vakil2022-08-20 16:13:29 +0430
committerAmin Vakil2022-08-20 16:13:57 +0430
commit40d2e2b92e6aca7a71a2fbbabd684d17993261bb (patch)
tree5b9ff3ac2ae556cb86ac99aeb1de42cb930591a8 /PKGBUILD
parent00078ea897abce6198d906772f1c297c147c18e0 (diff)
downloadaur-40d2e2b92e6aca7a71a2fbbabd684d17993261bb.tar.gz
Add python-packaging to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 228c160d116a..7492afbcdeb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-spotdl
pkgver=3.9.6
-pkgrel=3
+pkgrel=4
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -29,6 +29,7 @@ depends=('python'
'python-pycryptodomex'
'python-websockets'
'python-async-timeout'
+ 'python-packaging'
'python-brotli')
makedepends=('python-setuptools')
provides=("$pkgname" "spotdl")