summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed44ec043fb3..1f25cb3cbfc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,22 @@
# Maintainer: David Stark <david@starkers.org>
pkgver=0.93
-pkgrel=31
+pkgrel=32
pkgname=telepresence
pkgdesc="Local development against a remote Kubernetes or OpenShift cluster - http://www.telepresence.io"
arch=('any')
license=('Apache')
url="https://github.com/datawire/telepresence"
-makedepends=()
+makedepends=(
+ 'git'
+)
backup=()
depends=(
- 'curl'
'conntrack-tools'
- 'git'
- 'python'
- 'python-virtualenv'
- 'sshuttle'
'socat'
'sshfs'
'torsocks'
- )
+)
source=("https://github.com/datawire/telepresence/archive/${pkgver}.tar.gz")
md5sums=('2fd2e8fd6236985eccc25aa319306474')