summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 882a23e55b72..41466c949b8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,24 @@
pkgbase = knotifyconfig-git
pkgdesc = Configuration system for KNotify
- pkgver = 5.240.0_r426.gea9df2e
+ pkgver = 6.0.0_r512.gf9c2c1b
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 = gcc-libs
+ depends = glibc
+ depends = kconfig-git
+ depends = ki18n-git
depends = kio-git
+ depends = libcanberra
+ depends = qt6-base
provides = knotifyconfig
conflicts = knotifyconfig
source = git+https://github.com/KDE/knotifyconfig.git
diff --git a/PKGBUILD b/PKGBUILD
index bb4abff5a3d9..36156791a8c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=knotifyconfig-git
-pkgver=5.240.0_r426.gea9df2e
+pkgver=6.0.0_r512.gf9c2c1b
pkgrel=1
pkgdesc='Configuration system for KNotify'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kio-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 ki18n-git kio-git libcanberra qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)