summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen2023-10-22 14:58:15 +0200
committerMartchus2023-10-22 14:58:15 +0200
commit3577155333a5ef4cf1a1258eb7a78f6319c9235b (patch)
treea2b6110f4316b62379c0ee8001575aafb93cfe3e
parent7f598f032cb50c3658326e320293a68dbfdee659 (diff)
downloadaur-3577155333a5ef4cf1a1258eb7a78f6319c9235b.tar.gz
Fix duplicate `kde+` suffix in version
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2797b8191136..bec0b89a200e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-declarative' 'mingw-w64-assimp')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-vulkan-headers' 'assimp')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=c1f8fa2578d99e07f5e581f26bd532695b9534f9
-_basever=$pkgver
+_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')