summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:33:32 +0000
committerJoão Figueiredo2023-02-06 23:33:32 +0000
commit79f37a27256e05815ebd3df30324a28db70d2f1e (patch)
treeca6b2c1a5a2b525212e72f4d94a4819b279bc4db /PKGBUILD
parent9d5d447bd85e1f223747908b05c71a2cb801035c (diff)
downloadaur-79f37a27256e05815ebd3df30324a28db70d2f1e.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 c980c525d3c7..e40fa84eba6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kjobwidgets-git
-pkgver=5.83.0_r362.gda3b9ff
+pkgver=5.240.0_r467.g8f49632
pkgrel=1
pkgdesc='Widgets for tracking KJob instances'
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