summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-08-02 14:13:05 +0430
committerAmin Vakil2022-08-02 14:27:14 +0430
commit00078ea897abce6198d906772f1c297c147c18e0 (patch)
tree6d5568c53d107671f3611edc488f1f5bb46e7a0b
parentd5c28a4cb1111307047ab194c5e52c2b722fa658 (diff)
downloadaur-00078ea897abce6198d906772f1c297c147c18e0.tar.gz
Add python-async-timeout as depends
Thansk to @txtsd
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68c5ebaf8f88..f6f5e56731ef 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 = 2
+ pkgrel = 3
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -21,6 +21,7 @@ pkgbase = python-spotdl
depends = python-unidecode
depends = python-pycryptodomex
depends = python-websockets
+ depends = python-async-timeout
depends = python-brotli
provides = python-spotdl
provides = spotdl
diff --git a/PKGBUILD b/PKGBUILD
index cd9609d5ffc9..228c160d116a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-spotdl
pkgver=3.9.6
-pkgrel=2
+pkgrel=3
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -28,6 +28,7 @@ depends=('python'
'python-unidecode'
'python-pycryptodomex'
'python-websockets'
+ 'python-async-timeout'
'python-brotli')
makedepends=('python-setuptools')
provides=("$pkgname" "spotdl")