summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbluemeda2016-04-26 05:39:25 +0700
committerbluemeda2016-04-26 05:39:25 +0700
commitbf0a8a64de457393b728ca38d2274337b73d5cd2 (patch)
treefc3d1bdcc97c3606665287a526f3400bc84caab3 /PKGBUILD
parent685ba682bc90b5e706160ab49af239e45d3486b3 (diff)
downloadaur-bf0a8a64de457393b728ca38d2274337b73d5cd2.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f967711f7e9..3d575e38b894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='a small ripper for Spotify that rips Spotify URIs to audio files'
arch=('any')
url="https://github.com/jrnewell/$_name"
license=('MIT')
-depends=('python2' 'python2-pyspotify=2.0.5' 'python2-colorama=0.3.3' 'python2-mutagen=1.30' 'python2-requests>=2.3.0' 'python2-schedule>=0.3.1' 'lame')
+depends=('python2' 'python2-pyspotify=2.0.5' 'python2-colorama-0.3.3' 'python2-mutagen-1.30' 'python2-requests>=2.3.0' 'python2-schedule>=0.3.1' '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')
makedepends=('python2-setuptools')
source=("https://github.com/jrnewell/spotify-ripper/archive/2.8.7.zip")