summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f50514b293..cf3604739713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = k9s-bin
- pkgdesc = Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.
+ pkgdesc = Kubernetes CLI To Manage Your Clusters In Style!
pkgver = 0.1.0
- pkgrel = 1
- url = https://github.com/rancher/rke
+ pkgrel = 2
+ url = https://github.com/derailed/k9s
arch = x86_64
license = Apache
provides = k9s
diff --git a/PKGBUILD b/PKGBUILD
index abc4507aac72..c525a06ad850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=k9s-bin
pkgver=0.1.0
-pkgrel=1
-pkgdesc='Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere. '
+pkgrel=2
+pkgdesc='Kubernetes CLI To Manage Your Clusters In Style!'
arch=('x86_64')
-url='https://github.com/rancher/rke'
+url='https://github.com/derailed/k9s'
license=('Apache')
provides=('k9s')
source=("https://github.com/derailed/k9s/releases/download/${pkgver}/k9s_${pkgver}_Linux_x86_64.tar.gz")