summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-10-28 07:14:44 +0600
committerzoorat2021-10-28 07:14:44 +0600
commit121d998f8f90e200ab6c0f1a8511e99b238a128c (patch)
tree63a54a0bd032c944ba5695c33967f1e4ae74ffd9
parent685451229690ee83b2e440ab018b6fc507f9816e (diff)
downloadaur-121d998f8f90e200ab6c0f1a8511e99b238a128c.tar.gz
yt-dlp got fixed, removing patch
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8f2d084dba7..8d144e65e59b 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 = 2
+ pkgrel = 3
url = https://github.com/spotDL/spotify-downloader
install = spotdl.install
arch = any
@@ -20,7 +20,6 @@ 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 5e48434b9af4..1b68b963a66e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spotdl
pkgver=3.9.0
-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')
@@ -24,8 +24,7 @@ depends=('python'
'python-tqdm'
'python-beautifulsoup4'
'python-requests'
- 'python-unidecode'
- 'python-pycryptodomex')
+ 'python-unidecode')
makedepends=('python-setuptools')
install="spotdl.install"