summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-06-10 01:03:53 +0100
committerJoão Figueiredo2023-06-10 01:03:53 +0100
commite19021b81b7c311b47f5c46d1318147f44dd8ba1 (patch)
tree11b6eda572ac195fc40bc34c05a521f541939614
parenta28012ef3aff0ad68be55d265e091400eab1c5fd (diff)
downloadaur-e19021b81b7c311b47f5c46d1318147f44dd8ba1.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 d04114bb8336..7af5c02dbe44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kscreenlocker-git
pkgdesc = Library and components for secure lock screen architecture
- pkgver = 5.22.80_r850.g4913b97
+ pkgver = 5.27.80_r1134.g0720165
pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -23,4 +23,3 @@ pkgbase = kscreenlocker-git
sha256sums = SKIP
pkgname = kscreenlocker-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9535fef8a32d..433d6a10248b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Marcin Mikołajczak <me@mkljczk.pl>
pkgname=kscreenlocker-git
-pkgver=5.22.80_r850.g4913b97
+pkgver=5.27.80_r1134.g0720165
pkgrel=1
pkgdesc='Library and components for secure lock screen architecture'
arch=($CARCH)
@@ -27,6 +27,7 @@ pkgver() {
build() {
cmake -B build -S ${pkgname%-git} \
+ -DQT_MAJOR_VERSION=6 \
-DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
-DBUILD_TESTING=OFF
cmake --build build