summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'
}