summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0bf0af82827..1b0613327e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = python-spotdl
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
- makedepends = python-setuptools
depends = python
depends = ffmpeg
depends = python-spotipy
@@ -23,6 +22,7 @@ pkgbase = python-spotdl
depends = python-websockets
depends = python-async-timeout
depends = python-packaging
+ depends = python-setuptools
depends = python-brotli
provides = python-spotdl
provides = spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 7492afbcdeb9..b4dc44664f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,8 +30,8 @@ depends=('python'
'python-websockets'
'python-async-timeout'
'python-packaging'
+ 'python-setuptools'
'python-brotli')
-makedepends=('python-setuptools')
provides=("$pkgname" "spotdl")
options=(strip emptydirs zipman)
# install="spotdl.install"