summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f8f86522a73..222a652e6eb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ sha256sums=(SKIP)
pkgver() {
cd dconf
- git describe --tags
+ git describe --tags | sed 's/-/+/g'
}
build() {