summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-04-24 18:18:39 +0430
committerAmin Vakil2022-04-26 08:26:44 +0430
commit2dfbb11c7f8df338b7ad22bbb119e5b1bd4f5718 (patch)
tree799d0f2a237cc32045e5376ad3610d9e798fe849
parent1293c92a88d5210dcd9b1fba7aa4af4fe88708ed (diff)
downloadaur-2dfbb11c7f8df338b7ad22bbb119e5b1bd4f5718.tar.gz
Add python-websockets to depends
-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)