# Maintainer: Tim Schumacher # Contributor: Felix Yan # Contributor: Gordian Edenhofer pkgname=python-spotdl pkgver=3.6.3 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-pytube' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm' 'python-beautifulsoup4' 'python-requests' 'python-unidecode') source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz") sha512sums=('f0c66281d345a109b0fda164a4eb8ae0c57b8b99f8ff498c80be5d44187d54899e9081e0bfe71024991eb8f699debd0d3024a56050ce9269d924a06215d523df') build() { cd spotdl-$pkgver python setup.py build } package() { cd spotdl-$pkgver python setup.py install --root="$pkgdir" --optimize=1 }