summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Roest2020-01-21 12:13:25 +0100
committerVictor Roest2020-01-21 12:13:25 +0100
commit93e5ec1635ff2063ea8d138be63faa33263e2078 (patch)
tree90a8fce8819772ca1eabf27dd0c67005d80bde2f
parentaab9e377ef0ea72740ff0e5f79e66c0d48d8b015 (diff)
downloadaur-93e5ec1635ff2063ea8d138be63faa33263e2078.tar.gz
Added conflicts with k9s
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dee0a404fdf..380f18ebbc10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = k9s-bin
arch = x86_64
license = Apache
provides = k9s
+ conflicts = k9s
source = https://github.com/derailed/k9s/releases/download/v0.13.1/k9s_0.13.1_Linux_x86_64.tar.gz
sha256sums = 3a9e92350f5f36f9765bd0219e6b5eecb24a396596da0a830ef07d72eedff348
diff --git a/PKGBUILD b/PKGBUILD
index 4861da0a55c3..be7ad0c0f8c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64')
url='https://github.com/derailed/k9s'
license=('Apache')
provides=('k9s')
+conflicts=('k9s')
source=("https://github.com/derailed/k9s/releases/download/v${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz")
sha256sums=('3a9e92350f5f36f9765bd0219e6b5eecb24a396596da0a830ef07d72eedff348')