diff --git a/PKGBUILD b/PKGBUILD index bf7f7ec..2737445 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: Fabian -pkgname=cuetools +pkgname=cuetools-fabs pkgver=269.5d7208b pkgrel=1 pkgdesc="Cue and toc file parsers and utilities" @@ -7,7 +7,8 @@ arch=('x86_64') url="https://git.ldsoft.dev/fabs/cuetools.git" #url="http://developer.berlios.de/projects/cuetools/" license=('GPL') -depends=('glibc') +depends=('glibc' 'flac') +conflicts=('cuetools') optdepends=("id3v2: mp3 support in cuetag (does not require mutagen)" "mutagen-tools: mp3 support in cuetag (does not require id3v2)")