summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a269a4b01028..6e8b3272f3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ conflicts=(sysprof)
pkgver() {
- cd sysprof
+ cd $_pkgname
git describe --tags | sed 's/^sysprof-//;s/-/+/g'
}