makedeb


flacon-git 1.753.5133e4a-2


An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.

Click here to go back to the commit logs for flacon-git.

Commit:


Hash: a205a3f4a8dac750164dc2e63b9e02bbb5c073ee

Message: Updated conflicts

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 3dcc410..e959962 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = flacon-git
 	pkgdesc = An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
 	pkgver = 1.753.5133e4a
-	pkgrel = 1
+	pkgrel = 2
 	url = https://flacon.github.io/
 	arch = i686
 	arch = x86_64
@@ -27,6 +27,8 @@ pkgbase = flacon-git
 	optdepends = vorbis-tools: For OGG support
 	optdepends = vorbisgain: For OGG Replay Gain support
 	optdepends = wavpack: For WavPack support
+	conflicts = flacon
+	conflicts = flacon-bin
 	source = git+https://github.com/flacon/flacon.git#branch=master
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index c34d0d9..20397a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 pkgname="flacon-git"
 _gitname="flacon"
 pkgver=1.753.5133e4a
-pkgrel=1
+pkgrel=2
 pkgdesc="An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks."
 arch=('i686' 'x86_64' 'aarch64')
 url="https://flacon.github.io/"
@@ -29,6 +29,7 @@ optdepends=('flac: For FLAC support'
 
 source=("git+https://github.com/flacon/flacon.git#branch=master")
 sha256sums=('SKIP')
+conflicts=("${_gitname}" "${_gitname}-bin")
 
 pkgver() {
   cd "${_gitname}"