summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoriRet2021-12-21 03:58:43 +0700
committeriRet2021-12-21 04:06:56 +0700
commitfc1ec30e7d5d3b7c0b540da53b088e0a60366c25 (patch)
tree8dd534968a5a5329bbbadc67feda94a3b1f3015c /PKGBUILD
parent90c51793679c7a2a04808426531762cb9fb429de (diff)
downloadaur-fc1ec30e7d5d3b7c0b540da53b088e0a60366c25.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b807c21922..91c23cbecb6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Command-line ripper for Spotify, with a workaround for playlist emptyin
arch=('any')
url="https://github.com/scaronni/spotify-ripper"
license=('MIT')
-depends=('python' 'python-spotify' 'python-spotipy' 'python-mutagen' 'python-colorama' 'python-requests' 'python-schedule' 'lame')
+depends=('python' 'python-pyspotify>=2.1.3-4' 'python-spotipy>=2.19.0-2' 'python-mutagen' 'python-colorama' 'python-requests' 'python-schedule' 'lame')
optdepends=('flac: Rip songs to lossless FLAC encoding' 'opus-tools: Rip songs to Opus encoding'
'vorbis-tools: Rip songs to Ogg Vorbis encoding' 'faac: Rip songs to AAC format with FreeAAC'
'libav-git-no-libs: Rip songs to Apple Lossless format' 'fdkaac: Rip songs to MP4/M4A format with Fraunhofer FDK AAC codec')