# Maintainer: Tim Schumacher # Contributor: Felix Yan # Contributor: Gordian Edenhofer pkgname=python-spotdl pkgver=3.3.0 pkgrel=1 pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags." arch=('any') license=('MIT') url="https://github.com/spotDL/spotify-downloader" depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube3' 'python-tqdm' 'python-rapidfuzz' 'python-requests' 'python-mutagen') source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz") sha512sums=('4db20919ee27de34feb8859c2ab8f0989ec6577cb0768203793a01e9806ee94562bac59c61ddffc9dfb5efd93d3744bd739a6f65842370ffa3e921ab1c0be2cd') build() { cd spotdl-$pkgver python setup.py build } package() { cd spotdl-$pkgver python setup.py install --root="$pkgdir" --optimize=1 }