summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen2023-10-22 14:57:38 +0200
committerMartchus2023-10-22 14:57:38 +0200
commit3ea3d93c18cadaffc7bbf0e3f0e77e3af7058ce3 (patch)
treedb5c80ebc2d3905b6b0605bdb2406512e0dc9f2e /PKGBUILD
parent4a4eb9b44234d6fb556d5e45ce72f632ca430102 (diff)
downloadaur-3ea3d93c18cadaffc7bbf0e3f0e77e3af7058ce3.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 c8f342ba7ea7..b8412ae0f790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ depends=('mingw-w64-qt5-base-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-vulkan-headers' 'mingw-w64-pkg-config' 'python')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
_commit=1b0e366092bcfae0392592c3b7891f0e47af1018
-_basever=$pkgver
+_basever=${pkgver%%+*}
pkgver+=+kde+r30
makedepends+=('git')
options=('!strip' '!buildflags' 'staticlibs')