summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-22 13:48:21 -0500
committergraysky2015-12-22 13:48:21 -0500
commit6eb834bf7a6899c9926037027ee022c9e5e88881 (patch)
treeaeff0525e75ec1fb10a478da3ef3fa35829f9edb
parent7c4403a6befda49b222367b13e514fce350850d7 (diff)
downloadaur-6eb834bf7a6899c9926037027ee022c9e5e88881.tar.gz
Update to 115-3
-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'