summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Le Moal2022-11-24 12:07:57 +0100
committerOlivier Le Moal2022-11-24 12:07:57 +0100
commit0e7433f94ad4845f9d8fe4ee01c7f786f22593f8 (patch)
treec2c9a4bb4cb046b3ca43292f68a1fa07838afc84
parentf60a20704331711bc5e9e449f791651c4577b1cb (diff)
downloadaur-0e7433f94ad4845f9d8fe4ee01c7f786f22593f8.tar.gz
Add conflict with deprecated mizu
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b8fed57165..70c0233b674e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = kubeshark-bin
pkgdesc = A simple-yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions.
pkgver = 37.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kubeshark/kubeshark
arch = x86_64
license = Apache
+ conflicts = mizu-bin
source = https://github.com/kubeshark/kubeshark/releases/download/37.0/kubeshark_linux_amd64
sha256sums = fb4bf8be97f3be0f67cea9679819f7bfdc66d14bd1683f04affe441d37e29885
diff --git a/PKGBUILD b/PKGBUILD
index 17132083a0ab..7e898ba452a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,10 @@
pkgname=kubeshark-bin
pkgver=37.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple-yet-powerful API traffic viewer for Kubernetes enabling you to view all API communication between microservices to help your debug and troubleshoot regressions."
arch=('x86_64')
+conflicts=('mizu-bin')
url="https://github.com/kubeshark/kubeshark"
license=('Apache')
source=("https://github.com/kubeshark/kubeshark/releases/download/${pkgver}/kubeshark_linux_amd64")