summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD8
2 files changed, 24 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 310cbd35ef17..9f43d4e2a8b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,32 @@
pkgbase = kcmutils-git
pkgdesc = Utilities for interacting with KCModules
- pkgver = 5.240.0_r731.g029d52a
+ pkgver = 6.0.0_r1096.g453e4f4b
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6-git
- license = LGPL
+ license = LGPL-2.0-only
+ license = LGPL-3.0-only
makedepends = git
- makedepends = extra-cmake-modules-git
makedepends = doxygen
+ makedepends = extra-cmake-modules-git
+ makedepends = qt6-doc
makedepends = qt6-tools
- depends = kdeclarative-git
+ depends = gcc-libs
+ depends = glibc
+ depends = kconfig-git
+ depends = kconfigwidgets-git
+ depends = kcoreaddons-git
+ depends = kguiaddons-git
+ depends = ki18n-git
+ depends = kio-git
+ depends = kirigami-git
+ depends = kitemviews-git
+ depends = kservice-git
+ depends = kwidgetsaddons-git
+ depends = kxmlgui-git
+ depends = qt6-base
+ depends = qt6-declarative
provides = kcmutils
conflicts = kcmutils
source = git+https://github.com/KDE/kcmutils.git
diff --git a/PKGBUILD b/PKGBUILD
index ce1223b434a3..11272531b582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcmutils-git
-pkgver=5.240.0_r731.g029d52a
+pkgver=6.0.0_r1096.g453e4f4b
pkgrel=1
pkgdesc='Utilities for interacting with KCModules'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kdeclarative-git)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kconfig-git kconfigwidgets-git kcoreaddons-git kguiaddons-git ki18n-git kio-git kirigami-git kitemviews-git kservice-git kwidgetsaddons-git kxmlgui-git qt6-base qt6-declarative)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)