summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6bfd14b691..217cb7ced9a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = python-spotdl
depends = python-setuptools
depends = python-brotli
depends = python-slugify
+ depends = python-nest-asyncio
depends = python-jarowinkler
provides = python-spotdl
provides = spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 969f519dc2a5..469a7409be9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ depends=('python'
'python-setuptools'
'python-brotli'
'python-slugify'
+ 'python-nest-asyncio'
'python-jarowinkler')
provides=("$pkgname" "spotdl")
options=(strip emptydirs zipman)