rename package to cuetools-fabs, make conflict cuetools

This commit is contained in:
2020-12-12 15:01:14 +01:00
parent 5c2d03b8e5
commit 3c204a2277

View File

@@ -1,5 +1,5 @@
# Maintainer: Fabian <fabian@ldsoft.dev>
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)")