summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70b1d1db9caa..080cb93a7279 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=(SKIP)
pkgver() {
cd Akira
- git describe --tags --always | sed 's/-/.r/; s/-g/./'
+ git describe --long --tags --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {