summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:36:26 +0000
committerJoão Figueiredo2023-02-06 23:36:26 +0000
commit94fd504318780856e69d1736c7557aa4cd3955a3 (patch)
treec560a2692b4a03705c43b1da383325740ba501d2
parentd6ef8a959e0c73e7764d374fd654cce582486095 (diff)
downloadaur-94fd504318780856e69d1736c7557aa4cd3955a3.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 0ec2a913945a..bd48d3ca81aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kcompletion-git
pkgdesc = Text completion helpers and widgets
- pkgver = 5.83.0_r440.g9c73ac7
+ pkgver = 5.240.0_r551.g30ca81b
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -22,4 +22,3 @@ pkgbase = kcompletion-git
sha256sums = SKIP
pkgname = kcompletion-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2f7933b2bd35..74e6a5dbfe01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcompletion-git
-pkgver=5.83.0_r440.g9c73ac7
+pkgver=5.240.0_r551.g30ca81b
pkgrel=1
pkgdesc='Text completion helpers and widgets'
arch=($CARCH)
@@ -26,6 +26,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build