summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2017-04-26 18:07:01 +0200
committerFrederik “Freso” S. Olesen2017-04-26 18:08:25 +0200
commit1396c0de02ad74fdf242d4fe6001f1357cd24847 (patch)
tree84f9d9000e9f674feba04efb091230d51ee4d23d
parent628c85e43c74d69b134468c1c7098e95b4407e8b (diff)
downloadaur-1396c0de02ad74fdf242d4fe6001f1357cd24847.tar.gz
Add "mutagen" to $depends.
Needed since https://github.com/JoeLametta/whipper/commit/6ddb5d0114a480a8f65404ea3ea9216f628f633f
-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