# Maintainer: Tim Schumacher # Contributor: Felix Yan # Contributor: Gordian Edenhofer pkgname=python-spotdl pkgver=3.6.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-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=('70d3986d220a0d7b6c0284de36012fce4986466e332ceb7d4ec9ecc52444994b2c908ae48f7aa08ff52f20595ede283819731bb8972bbd99e81255500d0bf9f4') build() { cd spotdl-$pkgver python setup.py build } package() { cd spotdl-$pkgver python setup.py install --root="$pkgdir" --optimize=1 }