summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen2023-10-22 14:58:34 +0200
committerMartchus2023-10-22 14:58:34 +0200
commitc9dea59705b1abc0f532a2b564f1e64358804ad2 (patch)
tree0e6790218d000b13af440b14a8062b11b0334d65 /PKGBUILD
parent9957de6326fc980bef8a4ff369081c57657da541 (diff)
downloadaur-c9dea59705b1abc0f532a2b564f1e64358804ad2.tar.gz
Fix duplicate `kde+` suffix in version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34c7a59c9d77..f3df8c013487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ depends=('mingw-w64-qt5-base')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-qt5-declarative')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=e33b82889625b6a72e0be91c5023a30d53136a80
-_basever=$pkgver
+_basever=${pkgver%%+*}
pkgver+=+kde+r6
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')