summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49ca9ea80ea8..4ad09fa78a99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: David Stark <david@starkers.org>
pkgver=0.102
-pkgrel=1
+pkgrel=2
pkgname=telepresence
pkgdesc='Local development against a remote Kubernetes or OpenShift cluster'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/telepresenceio/telepresence'
source=("$pkgname-$pkgver::https://github.com/telepresenceio/telepresence/archive/${pkgver}.tar.gz")
sha256sums=('f5b5a7da8504dbfdcee9c25baaad3c9c06671a483918245391400e2ed20885e0')
makedepends=('git')
-depends=('conntrack-tools' 'fuse2' 'socat' 'sshfs' 'torsocks' 'python' 'python-setuptools')
+depends=('conntrack-tools' 'fuse2' 'kubectl' 'socat' 'sshfs' 'torsocks' 'python' 'python-pip' 'python-setuptools')
package() {
cd ${srcdir}/$pkgname-$pkgver