summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDāvis Mosāns2023-02-06 01:57:41 +0000
committerDāvis Mosāns2023-02-06 01:58:46 +0000
commita8522102ba8c5631957b75859e93f75d7becc2b8 (patch)
tree409724f2aeacbaf942f7ba6793bd18d708c1188e
parent0abf5a27c695cc5add740270066e7980e1a21664 (diff)
downloadaur-a8522102ba8c5631957b75859e93f75d7becc2b8.tar.gz
Update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63aee95023d0..fb9730d63271 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = baloo-widgets-git
pkgdesc = Widgets for Baloo (Git)
- pkgver = 20.04.1.r16.gc4990a7
+ pkgver = 22.12.0.r20.gf00fb2d
pkgrel = 1
url = https://community.kde.org/Baloo
arch = i686
@@ -9,11 +9,10 @@ pkgbase = baloo-widgets-git
makedepends = extra-cmake-modules
makedepends = git
makedepends = kdoctools
- depends = baloo
+ depends = baloo-git
provides = baloo-widgets
conflicts = baloo-widgets
source = git+https://invent.kde.org/libraries/baloo-widgets.git
md5sums = SKIP
pkgname = baloo-widgets-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 89054ca6961a..cf895cfec642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=baloo-widgets-git
-pkgver=20.04.1.r16.gc4990a7
+pkgver=22.12.0.r20.gf00fb2d
pkgrel=1
pkgdesc='Widgets for Baloo (Git)'
arch=(i686 x86_64)
url='https://community.kde.org/Baloo'
license=(LGPL)
-depends=(baloo)
+depends=(baloo-git)
makedepends=(extra-cmake-modules git kdoctools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -22,7 +22,8 @@ pkgver() {
build() {
cmake -B build -S "${pkgname%-git}" \
- -DBUILD_TESTING=OFF
+ -DQT_MAJOR_VERSION=6
+ -DBUILD_TESTING=OFF
cmake --build build
}