summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbluemeda2016-04-13 13:57:58 +0700
committerbluemeda2016-04-13 13:57:58 +0700
commit1746a932a05ba5df1c438754dfcbd9e4a10ed6f3 (patch)
tree394ccfe329172bc9d1f01763c8112ae497366480 /PKGBUILD
parent5dc426aeda07b11037e75c325423f85f270ca4a3 (diff)
downloadaur-1746a932a05ba5df1c438754dfcbd9e4a10ed6f3.tar.gz
fix dependency colorama=0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 14614067f517..6d8eede4ab5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_name=spotify-ripper
pkgname=spotify-ripper
pkgver=2.8.5
-pkgrel=2
+pkgrel=3
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://pypi.python.org/packages/source/s/$_name/$_name-$pkgver.tar.gz")