summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:37:15 +0000
committerJoão Figueiredo2023-02-06 23:37:15 +0000
commit18eb6751db0e2ee036e03c51b09ec7aa36cf37b0 (patch)
tree8a319c7b4186f3a30c76aee6dfeca655f53034ca /PKGBUILD
parentc0fcf8ac38bd254882566a70f7216020c7a8d752 (diff)
downloadaur-18eb6751db0e2ee036e03c51b09ec7aa36cf37b0.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 e3f1ae57256e..08c768c00d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kactivities-git
-pkgver=5.83.0_r1347.g3a68484
+pkgver=5.240.0_r1428.geb621d60
pkgrel=1
arch=($CARCH)
pkgdesc="Core components for the KDE's Activities"
@@ -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