makedeb


flacon 10.0.0-1


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.

Commit:


Hash: aabd61ca6123745225357eb862ffb0f62102ea7a

Message: Updated conflicts

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7351b2a..a2c0029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = flacon
 	pkgdesc = An Audio File Encoder. Extracts audio tracks from an audio CD image to separate tracks.
 	pkgver = 8.3.0
-	pkgrel = 4
+	pkgrel = 5
 	url = https://flacon.github.io/
 	arch = i686
 	arch = x86_64
@@ -27,6 +27,8 @@ pkgbase = flacon
 	optdepends = vorbis-tools: For OGG support
 	optdepends = vorbisgain: For OGG Replay Gain support
 	optdepends = wavpack: For WavPack support
+	conflicts = flacon-git
+	conflicts = flacon-bin
 	source = git+https://github.com/flacon/flacon.git#tag=v8.3.0
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 364686d..8c3752b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
 pkgname="flacon"
 _gitname="flacon"
 pkgver="8.3.0"
-pkgrel="4"
+pkgrel="5"
 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,7 +29,7 @@ optdepends=('flac: For FLAC support'
 
 source=("git+${_url}/flacon.git#tag=v${pkgver}")
 sha256sums=('SKIP')
-
+conflicts=("${_gitname}-git" "${_gitname}-bin")
 
 build() {
     cd "${srcdir}/${_gitname}"