summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2023-02-06 23:36:50 +0000
committerJoão Figueiredo2023-02-06 23:36:50 +0000
commiteb529578ef932f701c1459c54ea200a0e452a965 (patch)
tree6c846e9ccb34632bfed8d52eaa372d4f43ab6824
parent3eb425ea014ceaed238857eced926dbc284a5dcf (diff)
downloadaur-eb529578ef932f701c1459c54ea200a0e452a965.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 4ff0a2b64e73..908a1be046f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kbookmarks-git
pkgdesc = Support for bookmarks and the XBEL format
- pkgver = 5.83.0_r406.g7370299
+ pkgver = 5.240.0_r511.g563e17a
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
@@ -17,4 +17,3 @@ pkgbase = kbookmarks-git
sha256sums = SKIP
pkgname = kbookmarks-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 56d1ed5bf07a..9acbc9812c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kbookmarks-git
-pkgver=5.83.0_r406.g7370299
+pkgver=5.240.0_r511.g563e17a
pkgrel=1
pkgdesc='Support for bookmarks and the XBEL format'
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