summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e510aae0ffc4..82b96a62f8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,9 +43,8 @@ source=(git+https://github.com/intel/libva.git)
sha256sums=(SKIP)
pkgver() {
- cd libva
-
- git describe --tags
+ cd libva
+ git describe --tags | sed 's/-/+/g'
}
build() {