summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acec00654ae7..01c3181e1fd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ source=("git+https://github.com/tim241/${pkgname}.git")
sha256sums=('SKIP')
pkgver() {
+ cd "$pkgname"
git describe --always
}