summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6271edd86a3d..ba85b7118916 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ md5sums=('SKIP')
pkgver() {
cd "PythonQt"
- git describe --always --dirty --tags | sed 's/^v//;s/-/./g'
+ git describe --always --dirty --tags | sed 's/^v//;s/-/+/;s/-/./g'
}
build() {