aboutsummarylogtreecommitdiffstats
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 442dc14c8c92..81849a26d6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -86,7 +86,7 @@ sha256sums=(
)
pkgver() {
- cd "${srcdir}/${_pkgname}"
+ cd "${_pkgname}"
(git describe --always --tags | tr "-" ".")
}