summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eb6b131f84b..430b69e3d4b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: David Birks <david@birks.dev>
+# Maintainer: Super Bo <supernbo@gmail.com>
# Contributor: David Stark <david@starkers.org>
-pkgver=0.105
+pkgver=0.109
pkgrel=1
pkgname=telepresence
pkgdesc='Local development against a remote Kubernetes or OpenShift cluster'
@@ -9,9 +9,8 @@ arch=('x86_64')
license=('Apache')
url='https://github.com/telepresenceio/telepresence'
source=("$pkgname-$pkgver::https://github.com/telepresenceio/telepresence/archive/${pkgver}.tar.gz")
-sha256sums=('975a68dbf9d56625a9e1b617620a64ac5e8c23d4ac913c2fc0bc9c4e28af4d19')
-makedepends=('git')
-depends=('conntrack-tools' 'fuse2' 'kubectl' 'socat' 'sshfs' 'torsocks' 'python' 'python-pip' 'python-setuptools')
+sha256sums=('5d848e68a423eb7a4ca495c53b85022cc15d69f21d171a82658699c4a4afb6c7')
+depends=('fuse2' 'conntrack-tools' 'kubectl' 'socat' 'sshfs' 'torsocks' 'python' 'python-pip' 'python-setuptools')
package() {
cd ${srcdir}/$pkgname-$pkgver