diff options
author | Ben | 2023-10-22 14:58:30 +0200 |
---|---|---|
committer | Martchus | 2023-10-22 14:58:30 +0200 |
commit | b7bc4c16f7f3187b6cff8e88154e27efc0947459 (patch) | |
tree | 6136aec39817eaba33a93498f4646d1fb6265d36 /PKGBUILD | |
parent | 19019bd43b406dc7df06a7c488d30d0e133adbfa (diff) | |
download | aur-b7bc4c16f7f3187b6cff8e88154e27efc0947459.tar.gz |
Fix duplicate `kde+` suffix in version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ depends=('mingw-w64-qt5-base-static' 'mingw-w64-qt5-declarative-static') makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config') license=('GPL3' 'LGPL3' 'LGPL2.1' 'FDL' 'custom') _commit=1bf19cc6a7972d8543485786418b6631459d3469 -_basever=$pkgver +_basever=${pkgver%%+*} makedepends+=('git') options=('!strip' '!buildflags' 'staticlibs') groups=('mingw-w64-qt5') |