summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:35:47 +0000
committerJoão Figueiredo2023-02-06 23:35:47 +0000
commitf86fd5a546f870ab201e2dae0c273b8bb274ddf6 (patch)
tree39f37a7c45508ad2998c8132d6c395d8494e17cd /PKGBUILD
parent2b0ff12df2321529b72ca0104925ebc6e28741f9 (diff)
downloadaur-f86fd5a546f870ab201e2dae0c273b8bb274ddf6.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 c4c4f2aa6c4d..3916d0eb2770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdbusaddons-git
-pkgver=5.83.0_r362.g5cc8df6
+pkgver=5.240.0_r466.gedc4a4c
pkgrel=1
pkgdesc='Addons to QtDBus'
arch=($CARCH)
@@ -27,6 +27,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build