summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Moustafine2017-05-19 13:42:20 +0300
committerMarat Moustafine2017-05-19 13:42:20 +0300
commitf61572a38853b5bbf15755a8ea88684c1f5725d7 (patch)
tree54634451ed763c2cf4bdb4c396f3712005a89b63
parent1641fc8a0848e257a568041a4dd216dbf7063a2a (diff)
downloadaur-f61572a38853b5bbf15755a8ea88684c1f5725d7.tar.gz
Fix version describing
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 591929add403..3e293948ebf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe --long --tags | sed -r 's/^r//;s/-/+/g'
+ git describe --long --tags | sed -r 's/^[r|v]//;s/-/+/g'
}
build () {