summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cbaa9d93303..c157ce0853c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 22 17:53:53 UTC 2015
+# Tue Dec 22 18:48:21 UTC 2015
pkgbase = split2flac
pkgdesc = Split flac/ape/wv/wav + cue sheet into separate tracks.
pkgver = 115
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ftrvxmtrx/split2flac
arch = any
license = MIT
@@ -14,7 +14,6 @@ pkgbase = split2flac
optdepends = enca: to automatically detect charset if not UTF8
optdepends = faac: to split into m4a
optdepends = flac: for flac replay gain support
- optdepends = flake8: faster FLAC encoding
optdepends = mac: to split APE format
optdepends = id3lib: to set tags in mp3 (unicode not supported)
optdepends = imagemagick: to convert/resize album cover images
diff --git a/PKGBUILD b/PKGBUILD
index d648ed573957..998921f8b807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=split2flac
pkgver=115
-pkgrel=2
+pkgrel=3
pkgdesc="Split flac/ape/wv/wav + cue sheet into separate tracks."
arch=('any')
url=("https://github.com/ftrvxmtrx/split2flac")
@@ -14,7 +14,6 @@ optdepends=('aacgain-cvs: to adjust gain in m4a'
'enca: to automatically detect charset if not UTF8'
'faac: to split into m4a'
'flac: for flac replay gain support'
-'flake8: faster FLAC encoding'
'mac: to split APE format'
'id3lib: to set tags in mp3 (unicode not supported)'
'imagemagick: to convert/resize album cover images'