summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-22 12:53:53 -0500
committergraysky2015-12-22 12:53:53 -0500
commit7c4403a6befda49b222367b13e514fce350850d7 (patch)
tree16bf5deba6bbe279d93eaacfd88874410aa05508
parent09944f218b7caa46dd5f48095f1a5f0baf4545c4 (diff)
downloadaur-7c4403a6befda49b222367b13e514fce350850d7.tar.gz
Update to 115-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abc1fd3958f5..6cbaa9d93303 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Dec 22 17:53:53 UTC 2015
pkgbase = split2flac
pkgdesc = Split flac/ape/wv/wav + cue sheet into separate tracks.
pkgver = 115
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ftrvxmtrx/split2flac
arch = any
license = MIT
@@ -12,7 +14,7 @@ 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 = flake: faster FLAC encoding
+ 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 9991f67fd2a8..d648ed573957 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=split2flac
pkgver=115
-pkgrel=1
+pkgrel=2
pkgdesc="Split flac/ape/wv/wav + cue sheet into separate tracks."
arch=('any')
url=("https://github.com/ftrvxmtrx/split2flac")
@@ -14,7 +14,7 @@ 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'
-'flake: faster FLAC encoding'
+'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'