# Maintainer: Tim Schumacher # Contributor: Felix Yan # Contributor: Gordian Edenhofer pkgname=python-spotdl pkgver=3.5.2 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') source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz") sha512sums=('3e82e414a30578a84dd16a10eb3c78f5ba0a9fa52bbd3ea85dc0b6def4bb0b141110c8548e6b7f8ffdd896970a30ea101ab5fc68d3ee4059e214d114f0e1478c') build() { cd spotdl-$pkgver python setup.py build } package() { cd spotdl-$pkgver python setup.py install --root="$pkgdir" --optimize=1 }