summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ab88b94c1b0..ca8540dfad87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kactivities-git
pkgdesc = Core components for the KDE's Activities
- pkgver = 5.83.0_r1347.g3a68484
+ pkgver = 5.240.0_r1428.geb621d60
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -22,4 +22,3 @@ pkgbase = kactivities-git
sha256sums = SKIP
pkgname = kactivities-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e3f1ae57256e..08c768c00d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kactivities-git
-pkgver=5.83.0_r1347.g3a68484
+pkgver=5.240.0_r1428.geb621d60
pkgrel=1
arch=($CARCH)
pkgdesc="Core components for the KDE's Activities"
@@ -27,6 +27,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DBUILD_TESTING=OFF \
-DBUILD_QCH=ON
cmake --build build