summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-03-19 15:10:08 -0400
committergraysky2022-03-19 15:10:08 -0400
commit224f285770b57ecadbbfad35a10e1ce4ef0c97d3 (patch)
tree757ab2ddff90b52dbf0e8a8b93d96672dd783d6c
parent069c2705f16a5e39425992f407f09a26b5f09013 (diff)
downloadaur-224f285770b57ecadbbfad35a10e1ce4ef0c97d3.tar.gz
Update to 122-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2526eb9f2303..9966cf108b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sat Mar 5 11:31:58 UTC 2016
pkgbase = split2flac
pkgdesc = Split flac/ape/wv/wav + cue sheet into separate tracks.
pkgver = 122
@@ -18,10 +16,9 @@ pkgbase = split2flac
optdepends = id3lib: to set tags in mp3 (unicode not supported)
optdepends = imagemagick: to convert/resize album cover images
optdepends = lame: to split into mp3
- optdepends = mutagen: to split into mp3
optdepends = libmp4v2: to split into m4a
optdepends = mp3gain: mp3 volume normalization
- optdepends = mutagen: to set tags in mp3 (with unicode support)
+ optdepends = python-mutagen: to set tags in mp3 (with unicode support)
optdepends = vorbis-tools: to split into ogg vorbis
optdepends = vorbisgain: ogg vorbis volume normalization
optdepends = wavpack: to split WV
@@ -30,4 +27,3 @@ pkgbase = split2flac
sha256sums = 96dd53c92935ae6cb1650bf92f989658d7909b691bbec12b639736f79f5b639c
pkgname = split2flac
-
diff --git a/PKGBUILD b/PKGBUILD
index d9308dd511d0..79fa8bea9532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,9 @@ optdepends=('aacgain-cvs: to adjust gain in m4a'
'id3lib: to set tags in mp3 (unicode not supported)'
'imagemagick: to convert/resize album cover images'
'lame: to split into mp3'
-'mutagen: to split into mp3'
'libmp4v2: to split into m4a'
'mp3gain: mp3 volume normalization'
-'mutagen: to set tags in mp3 (with unicode support)'
+'python-mutagen: to set tags in mp3 (with unicode support)'
'vorbis-tools: to split into ogg vorbis'
'vorbisgain: ogg vorbis volume normalization'
'wavpack: to split WV')