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: fcd1292bcbe76dcba82b399d1d427ef0309bfc8b

Message: removed replaces function

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 3b21e2a..70f010e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ makedepends=('cargo')
 license=('Apache-2.0')
 provides=('bat')
 conflicts=('bat')
-replaces=('bat')
+#replaces=('bat')
 
 source_x86_64=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_amd64.deb")
 source_aarch64=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_arm64.deb")