Date: Sunday, August 24, 2014 @ 18:40:30 Author: stativ Revision: 117845
upgpkg: cuetools 1.4.0-3 fix FS#41583 Modified: cuetools/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-24 16:28:24 UTC (rev 117844) +++ PKGBUILD 2014-08-24 16:40:30 UTC (rev 117845) @@ -2,7 +2,7 @@ # Maintainer: Lukas Jirkovsky <[email protected]> pkgname=cuetools pkgver=1.4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Cue and toc file parsers and utilities" arch=('i686' 'x86_64') url="https://github.com/svend/cuetools" @@ -9,6 +9,8 @@ #url="http://developer.berlios.de/projects/cuetools/" license=('GPL') depends=('glibc') +optdepends=('id3v2: mp3 support in cuetag (does not require mutagen)' + 'mutagen: mp3 support in cuetag (does not require id3v2)') source=("https://github.com/svend/cuetools/archive/${pkgver}.tar.gz" "cuetag-fix_spaces.diff" "fix_build_with_automake-1.12.diff") md5sums=('4492dae2b3f9e077f6455a1f1cddef3b'
