summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-06-10 01:04:39 +0100
committerJoão Figueiredo2023-06-10 01:04:39 +0100
commit38da2da1ac40ad36924d7cefef2a0e6ef676de5c (patch)
tree9697391692d3f130017899a1a07dca38cd1481bc /PKGBUILD
parent7aaba8fbac16bcfe7df2e10b628912c20912308d (diff)
downloadaur-38da2da1ac40ad36924d7cefef2a0e6ef676de5c.tar.gz
Migrate to Qt6
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
}