summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 16 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4b4dfb6134c..0b48d8dd6122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,26 @@
pkgbase = kpeople-git
pkgdesc = A library that provides access to all contacts and the people who hold them
- pkgver = 5.240.0_r1419.gce3d2f2
+ pkgver = 6.0.0_r1512.gc92b00a
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-declarative
+ makedepends = qt6-doc
+ makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
+ depends = kcontacts-git
depends = kcoreaddons-git
depends = ki18n-git
- depends = kwidgetsaddons-git
depends = kitemviews-git
+ depends = kwidgetsaddons-git
+ depends = qt6-base
optdepends = qt6-declarative: QML bindings
provides = kpeople
conflicts = kpeople
diff --git a/PKGBUILD b/PKGBUILD
index ab750907959a..48f6336ec5f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Antonio Rojas
pkgname=kpeople-git
-pkgver=5.240.0_r1419.gce3d2f2
+pkgver=6.0.0_r1512.gc92b00a
pkgrel=1
pkgdesc='A library that provides access to all contacts and the people who hold them'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kcoreaddons-git ki18n-git kwidgetsaddons-git kitemviews-git)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools qt6-declarative)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcontacts-git kcoreaddons-git ki18n-git kitemviews-git kwidgetsaddons-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-declarative qt6-doc qt6-tools)
+optdepends=('qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-optdepends=('qt6-declarative: QML bindings')
groups=(kf6-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")
sha256sums=('SKIP')