summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:33:07 +0000
committerJoão Figueiredo2023-02-06 23:33:07 +0000
commitc86e2bb20cab2448c2ca5297476cfd466c9ce4d7 (patch)
tree6555243a3b89a698d7d9b0d83050f14214aaf1c2
parent4237c16bde770a9e6a33c451976fb396dee86b65 (diff)
downloadaur-c86e2bb20cab2448c2ca5297476cfd466c9ce4d7.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 9b29e273d030..93fbeeafbc16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = knotifications-git
pkgdesc = Abstraction for system notifications
- pkgver = 5.83.0_r656.gd85b187
+ pkgver = 5.240.0_r811.gd0655e7
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -23,4 +23,3 @@ pkgbase = knotifications-git
sha256sums = SKIP
pkgname = knotifications-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7b159aa81e66..218525ef551d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=knotifications-git
-pkgver=5.83.0_r656.gd85b187
+pkgver=5.240.0_r811.gd0655e7
pkgrel=1
pkgdesc='Abstraction for system notifications'
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