summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cholasta2015-05-19 19:35:36 +0200
committerJan Cholasta2015-05-21 09:50:22 +0200
commit024e7d3048653448320222fee236b4b5a36540dc (patch)
tree0e3eee83bcf9f345fa4f8146b609938e3b26a135
parent97e6a17fc5b963f580cb7badf2883f341ea3291f (diff)
downloadaur-024e7d3048653448320222fee236b4b5a36540dc.tar.gz
Coding style fixes
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a6a0359de7c..25e1f85d58a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ _sharedir=/usr/share/games/zdoom
pkgver() {
cd zdoom
+
git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}