makedeb
A cat1 clone with wings
Click here to go back to the commit logs for bat-cat-bin.
Hash: 871b8b9437d9c7e546ce4f81cecc42279cc4e4ba
Message: fixed a naming issue for bat with debian upstream and another package having the same name
diff --git a/.SRCINFO b/.SRCINFO
index 6e132b3..e7d7c0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = bat-cat-bin
pkgdesc = A cat1 clone with wings
pkgver = 0.18.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sharkdp/bat
arch = x86_64
arch = i686
@@ -11,8 +11,10 @@ pkgbase = bat-cat-bin
arch = aarch64
license = Apache-2.0
makedepends = cargo
- provides = bat
- conflicts = bat
+ provides = batcat
+ provides = bat-bin
+ 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 70f010e..a0567d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname="bat-cat-bin"
pkgver=0.18.3
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686' 'arm' 'aarch64')
pkgdesc="A cat1 clone with wings"
url="https://github.com/sharkdp/bat"
makedepends=('cargo')
license=('Apache-2.0')
-provides=('bat')
-conflicts=('bat')
+provides=('batcat' 'bat-bin')
+conflicts=('batcat' 'bat-bin')
#replaces=('bat')
source_x86_64=("https://github.com/sharkdp/bat/releases/download/v${pkgver}/bat_${pkgver}_amd64.deb")