summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-08-20 16:13:29 +0430
committerAmin Vakil2022-08-20 16:13:57 +0430
commit40d2e2b92e6aca7a71a2fbbabd684d17993261bb (patch)
tree5b9ff3ac2ae556cb86ac99aeb1de42cb930591a8
parent00078ea897abce6198d906772f1c297c147c18e0 (diff)
downloadaur-40d2e2b92e6aca7a71a2fbbabd684d17993261bb.tar.gz
Add python-packaging to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f5e56731ef..f0bf0af82827 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 = 3
+ pkgrel = 4
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -22,6 +22,7 @@ pkgbase = python-spotdl
depends = python-pycryptodomex
depends = python-websockets
depends = python-async-timeout
+ depends = python-packaging
depends = python-brotli
provides = python-spotdl
provides = spotdl
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")