summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2015-05-19 19:35:36 +0200
committerJan Cholasta2015-05-21 09:50:22 +0200
commit3f47694b2d13184fc94008c023312a82a58ddb0e (patch)
treec1ed7f6b225ed5f2bb8b78483f400ee20e226209 /PKGBUILD
parent236db7f14b42f14a8c0d91ec489b091985fb1eab (diff)
downloadaur-3f47694b2d13184fc94008c023312a82a58ddb0e.tar.gz
Coding style fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7943f2d6b8fd..5f19d6992280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ _sharedir=/usr/share/games/gzdoom
pkgver() {
cd gzdoom
+
git describe --long --tags --match 'G*' | sed -r 's/^G//;s/([^-]*-g)/r\1/;s/-/./g'
}