summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:32:55 +0000
committerJoão Figueiredo2023-02-06 23:32:55 +0000
commitba815c8a711e8622dd6894c31221ef909cb6252a (patch)
tree0bb5edc3f6099678f42bc00605cf7f43586cd724 /PKGBUILD
parentdf7381c840a85d09f2abbb6a0f1259af796af81f (diff)
downloadaur-ba815c8a711e8622dd6894c31221ef909cb6252a.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 1056b31e9410..f5132014347b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=kpackage-git
-pkgver=5.83.0_r659.g2e761f3
+pkgver=5.240.0_r822.g77e31fa
pkgrel=1
pkgdesc='Framework that lets applications manage user installable packages of non-binary assets'
arch=($CARCH)
@@ -26,6 +26,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON