summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 315cbe00a040..0c205900514c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,21 @@
pkgbase = syndication-git
pkgdesc = RSS/Atom parser library
- pkgver = 5.240.0_r901.gd69d294
+ pkgver = 6.0.0_r932.ge98a7b8
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 = qt6-tools
+ makedepends = extra-cmake-modules-git
makedepends = qt6-doc
+ makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
depends = kcodecs-git
+ depends = qt6-base
provides = syndication
provides = kde-syndication
provides = kde-syndication-git
diff --git a/PKGBUILD b/PKGBUILD
index d03059600711..69bbde2ae4f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: João Figueiredo <jf.mundox@gmail.com>
pkgname=syndication-git
-pkgver=5.240.0_r901.gd69d294
+pkgver=6.0.0_r932.ge98a7b8
pkgrel=1
pkgdesc="RSS/Atom parser library"
arch=($CARCH)
url="https://community.kde.org/Frameworks"
-license=(LGPL)
-depends=(kcodecs-git)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools qt6-doc)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcodecs-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git} kde-syndication kde-syndication-git)
provides=(${pkgname%-git} kde-syndication kde-syndication-git)
groups=(kf6-git)