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 c1ca00883115..49ff8d1ef1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#_malloc=jemalloc # tcmalloc
pkgname=tor-git
-pkgver=0.4.1.0.alpha.r86.g9ac8c8543
+pkgver=0.4.1.0.alpha.r86.g9ac8c85
pkgrel=1
pkgdesc="An anonymizing overlay network (development version)"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -42,7 +42,7 @@ sha256sums=('SKIP'
pkgver () {
cd tor
- git describe --long --tags origin/${_branch:-master} \
+ git describe --long --tags --abbrev=7 origin/${_branch:-master} \
|sed -e 's/[tor\|dev].//g;s/\([^-]*-g\)/r\1/;s/-/./g'
}