summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-10-26 15:17:57 +0600
committerzoorat2021-10-26 15:17:57 +0600
commit685451229690ee83b2e440ab018b6fc507f9816e (patch)
tree3dd92133c81d1c4048c543cf36f1f1182e7e5c2c
parentfead31cc49f9354aa157c4d1647596cd8498fe73 (diff)
downloadaur-685451229690ee83b2e440ab018b6fc507f9816e.tar.gz
adding 'python-pycryptodomex' as dep
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7078a3da60..b8f2d084dba7 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.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spotDL/spotify-downloader
install = spotdl.install
arch = any
@@ -20,6 +20,7 @@ pkgbase = python-spotdl
depends = python-beautifulsoup4
depends = python-requests
depends = python-unidecode
+ depends = python-pycryptodomex
source = https://pypi.io/packages/source/s/spotdl/spotdl-3.9.0.tar.gz
b2sums = 523b81f907e078dd0edbb699cc3014531870b447e079c4f56f80ed9bc671356d7d36d31524eb4ebbafe2b96fdbd36e1d7b8c7b8b847f54774b94b855e36c2d26
diff --git a/PKGBUILD b/PKGBUILD
index 84dcfc3b851d..5e48434b9af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spotdl
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -24,7 +24,8 @@ depends=('python'
'python-tqdm'
'python-beautifulsoup4'
'python-requests'
- 'python-unidecode')
+ 'python-unidecode'
+ 'python-pycryptodomex')
makedepends=('python-setuptools')
install="spotdl.install"