summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:36:38 +0000
committerJoão Figueiredo2023-02-06 23:36:38 +0000
commit2e833a90e89966b83ca744e5ee5c401424494561 (patch)
tree6edf6b4b7f527cdf49d9ce0b29a2ef473741b152
parent8669aee368dea5982566efc5b2264aaa925b2c81 (diff)
downloadaur-2e833a90e89966b83ca744e5ee5c401424494561.tar.gz
Migrate to Qt6
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca9b1f235cb1..6327eebcd9fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcmutils-git
pkgdesc = Utilities for interacting with KCModules
- pkgver = 5.83.0_r509.g2ce8763
+ pkgver = 5.240.0_r722.gc440652
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -17,4 +17,3 @@ pkgbase = kcmutils-git
sha256sums = SKIP
pkgname = kcmutils-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2dcf7d283cb1..52a5cb6f5e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcmutils-git
-pkgver=5.83.0_r509.g2ce8763
+pkgver=5.240.0_r722.gc440652
pkgrel=1
pkgdesc='Utilities for interacting with KCModules'
arch=($CARCH)
@@ -25,6 +25,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build