summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bd08393765f..207497e89229 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,6 +20,7 @@ pkgbase = python-spotdl
depends = python-requests
depends = python-unidecode
depends = python-pycryptodomex
+ depends = python-websockets
provides = python-spotdl
provides = spotdl
options = strip
diff --git a/PKGBUILD b/PKGBUILD
index efdde7faa7f9..a2bb4dd37212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,8 @@ depends=('python'
'python-beautifulsoup4'
'python-requests'
'python-unidecode'
- 'python-pycryptodomex')
+ 'python-pycryptodomex'
+ 'python-websockets')
makedepends=('python-setuptools')
provides=("$pkgname" "spotdl")
options=(strip emptydirs zipman)