summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen2023-10-22 14:58:44 +0200
committerMartchus2023-10-22 14:58:44 +0200
commit6ce15014f60319c260f7aae4ccb0679d39fec94e (patch)
treea024c1d00b5f07a5fd1ad49b78df679cc4d1c340
parente27d5d52e6276591b61d9c1ab3b3d4fd60e5756e (diff)
downloadaur-6ce15014f60319c260f7aae4ccb0679d39fec94e.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 cfd0ef9f95f6..26630a9c6e66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('mingw-w64-qt5-declarative-static: QML bindings')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative-static')
license=('GPL3' 'LGPL' 'FDL' 'custom')
_commit=4b52913503e3713200265cd6bc19b301792dbf96
-_basever=$pkgver
+_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')