summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Gardling2020-02-25 13:21:03 -0500
committerSimon Gardling2020-02-25 13:21:03 -0500
commit0d449e17d0221198becf524cb6728a062d68ca0b (patch)
treeddb346457840cf8eaa00bb6945da49c43e5a1cd4
parent6714664af7232f2fa229022f9ae40d1222f64c36 (diff)
downloadaur-0d449e17d0221198becf524cb6728a062d68ca0b.tar.gz
improve layout of 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'
}