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
commit40cade142596c3536cf875c21bf2b977b8658fb3 (patch)
tree92d7a4ca5689745f9f4233322cdaf617ba07f925 /PKGBUILD
parent33f295db11c98fa00ec231c12aaf19b29fe00ee4 (diff)
downloadaur-40cade142596c3536cf875c21bf2b977b8658fb3.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 3bc433ef2b39..db70a05c00a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,6 +18,7 @@ sha256sums=('SKIP'
pkgver() {
cd slade
+
git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g'
}