makedeb


bat-cat-bin 0.22.1-1


A cat1 clone with wings

Click here to go back to the commit logs for bat-cat-bin.

Commit:


Hash: 42212187cee1bd4ba2aff420ae8a421a16e0c76b

Message: fixed a naming issue for bat with debian upstream and another package having the same name

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e7d7c0c..512fa19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,10 +11,10 @@ pkgbase = bat-cat-bin
 	arch = aarch64
 	license = Apache-2.0
 	makedepends = cargo
+	provides = bat
 	provides = batcat
-	provides = bat-bin
+	conflicts = bat
 	conflicts = batcat
-	conflicts = bat-bin
 	source_x86_64 = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_amd64.deb
 	sha512sums_x86_64 = 6df65cf8b7a46c98919843bfb8b609cb1f8ba2fa15b61c7ae5e95b6b4c9ccfa66eb63d9f25e38f97a7e099f514e2595e0f5eaadbbefe441bc939ed3b559e0ac1
 	source_i686 = https://github.com/sharkdp/bat/releases/download/v0.18.3/bat_0.18.3_i686.deb
diff --git a/PKGBUILD b/PKGBUILD
index a0567d9..c138a45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A cat1 clone with wings"
 url="https://github.com/sharkdp/bat"
 makedepends=('cargo')
 license=('Apache-2.0')
-provides=('batcat' 'bat-bin')
-conflicts=('batcat' 'bat-bin')
+provides=('bat' 'batcat')
+conflicts=('bat' 'batcat')
 #replaces=('bat')
 
 source_x86_64=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_amd64.deb")