[arch-commits] Commit in kubectx/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Sep 18 21:09:10 UTC 2020


    Date: Friday, September 18, 2020 @ 21:09:10
  Author: anthraxx
Revision: 710751

upgpkg: kubectx 0.9.1-3: add missing kubectl depends

Modified:
  kubectx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 21:03:50 UTC (rev 710750)
+++ PKGBUILD	2020-09-18 21:09:10 UTC (rev 710751)
@@ -4,12 +4,12 @@
 
 pkgname=kubectx
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility to manage and switch between kubectl contexts and Kubernetes namespaces'
 url='https://github.com/ahmetb/kubectx'
 arch=('any')
 license=('Apache')
-depends=('bash')
+depends=('bash' 'kubectl')
 provides=('kubectx' 'kubens')
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('f9872bb2a0a354d6e4b07715dea434482fb61f34914354d0d458e723d87b41e09eb94fb302185631700aad09a29268e00925016fa1b2d4c80f30402f35b6e6e4')



More information about the arch-commits mailing list