summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-08-01 23:27:48 +0200
committerTim Schumacher2020-08-01 23:27:48 +0200
commitc6a48c0212585f67c987698fc56bdd43c139252d (patch)
treeadf2c7892f2cb3297363e45f5a93e22eeb5c0ea1 /PKGBUILD
parentf81f98c959877e11f2ca4139ae2a2eb6f5394114 (diff)
downloadaur-c6a48c0212585f67c987698fc56bdd43c139252d.tar.gz
Add some more dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77d881ce2f03..4c619f57cefa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-spotdl
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
license=('MIT')
url="https://github.com/ritiek/spotify-downloader"
-depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase')
+depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase' 'python-coloredlogs' 'python-pytube' 'python-tqdm')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
sha512sums=('37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3')