summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:32:31 +0000
committerJoão Figueiredo2023-02-06 23:32:31 +0000
commit6788f88c212468448dd39054e36141c68fc8d985 (patch)
tree89f8b6e8a4a98955d22c3bf7812978713d40c960
parentd06f35f6463f6d05ca5b2db802106fb57987baf6 (diff)
downloadaur-6788f88c212468448dd39054e36141c68fc8d985.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 c6634df5e02f..36d41d579298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ktextwidgets-git
pkgdesc = Advanced text editing widgets
- pkgver = 5.83.0_r398.g93d3f80
+ pkgver = 5.240.0_r506.gc9d0cae
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -20,4 +20,3 @@ pkgbase = ktextwidgets-git
sha256sums = SKIP
pkgname = ktextwidgets-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 1fd418498056..c0202b1e0946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=ktextwidgets-git
-pkgver=5.83.0_r398.g93d3f80
+pkgver=5.240.0_r506.gc9d0cae
pkgrel=1
pkgdesc='Advanced text editing widgets'
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