From 3c204a22772a6a459c9d7ae87f9ce7f0bd8ca7f6 Mon Sep 17 00:00:00 2001 From: fabian Date: Sat, 12 Dec 2020 15:01:14 +0100 Subject: [PATCH] rename package to cuetools-fabs, make conflict cuetools --- PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)")