summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48bfe7ab2c25..5fea792a1db3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir/VulkanCapsViewer"
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/_fixed//;s/-/+/g'
}
prepare() {