summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen2023-10-22 14:58:32 +0200
committerMartchus2023-10-22 14:58:32 +0200
commit57ec3fc6eec37513480b0e5ec948510ad99f9c11 (patch)
tree49f7209ec55da127f6e03f1627a4397896607b5b
parent2d43d70197c1cdb7843d469cddabcc5932bd91d2 (diff)
downloadaur-57ec3fc6eec37513480b0e5ec948510ad99f9c11.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 96261b76842d..750637e259fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=3380465d5d4977326616c5e57789a81681be650e
-_basever=$pkgver
+_basever=${pkgver%%+*}
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')