summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Ray Mahardhika2020-05-07 04:58:36 +0700
committerMario Ray Mahardhika2020-05-07 04:58:36 +0700
commit6f3eb33a4119ef71d1f25c0327d3d272968159d0 (patch)
tree48c67cc66e46c7758ad4460f57b7957c08feab9d /PKGBUILD
parent33745757b32dc0b3bffcdfc69044090642ebcd8a (diff)
downloadaur-telepresence-git.tar.gz
Add python-wheel dependency, fix pkgver function
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7a159321f8f..4cd476803f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,12 +16,14 @@ depends=(
'socat'
'sshfs'
'torsocks'
+ 'python-wheel'
)
source=("src::git+https://github.com/datawire/telepresence.git")
md5sums=('SKIP')
pkgver() {
+ cd ${srcdir}/src
git describe --abbrev=0
}