summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7f81b525b92..ebc7f576e933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = whipper-git
depends = cdparanoia
depends = cdrdao
depends = libsndfile
+ depends = mutagen
depends = python2-musicbrainzngs
depends = python2-pycdio
depends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index dc9ff981cb84..db8a2948c131 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,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