summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-04-26 18:14:51 +0200
committerFrederik “Freso” S. Olesen2017-04-26 18:14:51 +0200
commitf0fc26a894d68a5a92cfb2c070fa2d9dfbc75b8a (patch)
tree874412c63ef1da34351ad849bd737b6be336e6a4 /PKGBUILD
parent78b6e085eea552ee4531997612ac87bc8d274589 (diff)
parent1cf5a50078babc66520f7bf34936db4bbd407e1e (diff)
downloadaur-whipper.tar.gz
Merge branch 'whipper-git' into whipper
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15ec4c22c35f..a6127ef3189a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=whipper
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="A Unix CD ripper aiming for accuracy over speed -- forked from morituri"
arch=('any')
url="https://github.com/JoeLametta/whipper"
@@ -19,6 +19,7 @@ depends=(
'cdparanoia' # for the actual ripping
'cdrdao' # for session, TOC, pregap, and ISRC extraction
'libsndfile' # for reading wav files (pulls in flac, also required for reading flac files)
+ 'mutagen' # for metadata handling
'python2-musicbrainzngs' # for metadata lookup
'python2-pycdio' # for storing drive identification in config file
'python2-setuptools' # for plugin support