summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:39:37 +0000
committerJoão Figueiredo2024-03-01 06:39:37 +0000
commit0b804c05af66ca820673bff6873655c4420c3c99 (patch)
tree8aeba6d6a9dd90123ef156f57d6e8546dd985644
parentf9e37eba539bd27f7bef93681ed6ae8e18648e97 (diff)
downloadaur-kcontacts-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c598e55f91..b2e34300744b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,24 @@
pkgbase = kcontacts-git
pkgdesc = Address book API for KDE
- pkgver = 5.240.0_r3399.g839c9827
+ pkgver = 6.0.0_r3495.gc267b116
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 = kcoreaddons-git
+ depends = gcc-libs
+ depends = glibc
+ depends = kcodecs-git
depends = kconfig-git
+ depends = kcoreaddons-git
depends = ki18n-git
- depends = kcodecs-git
- depends = iso-codes
+ depends = qt6-base
provides = kcontacts
conflicts = kcontacts
source = git+https://github.com/KDE/kcontacts.git
diff --git a/PKGBUILD b/PKGBUILD
index 636a9a53046a..4c3ef7df1ed2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Henri Chain <henri@henricha.in>
pkgname=kcontacts-git
-pkgver=5.240.0_r3399.g839c9827
+pkgver=6.0.0_r3495.gc267b116
pkgrel=1
pkgdesc="Address book API for KDE"
arch=($CARCH)
url="https://community.kde.org/Frameworks"
-license=(LGPL)
-depends=(kcoreaddons-git kconfig-git ki18n-git kcodecs-git iso-codes)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcodecs-git kconfig-git kcoreaddons-git ki18n-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)