summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 004074fba70c..83fda51564df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=kwalletmanager-git
-pkgver=21.07.70_r1188.gf593224
+pkgver=23.07.70_r1464.g6a4a01b
pkgrel=1
pkgdesc='Wallet management tool'
arch=($CARCH)
@@ -28,6 +28,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF
cmake --build build
}