summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorichigo6632016-04-24 19:32:41 +0200
committerichigo6632016-04-24 19:32:41 +0200
commitf0c5cf1e85d764cf35e2c90eb3c02c89bb0afbf7 (patch)
treee8de51070dbda5714ddf922deb500fa5c0cd8d49
parentfab78a201d13167fa2b73a8f4d04540bc838547f (diff)
downloadaur-f0c5cf1e85d764cf35e2c90eb3c02c89bb0afbf7.tar.gz
up
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3285bda598e..237dcb3c8a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=("$pkgname::git+https://github.com/ichigo663/KMailApplet.git")
md5sums=("SKIP")
pkgver() {
- cd "$srcdir/$pkgname"
+ cd "$pkgname"
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}