summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:38:52 +0000
committerJoão Figueiredo2024-03-01 06:38:52 +0000
commitd13cdf00022000c91b6a23c537032233c3f1eb53 (patch)
tree98014d5a73c0deed704f673391cafb142c2c0f16
parente5f9d7bc3a1d8b3e6123ec71c9f25a7a1924b98f (diff)
downloadaur-kcalutils-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 18 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9658984c8813..85f693d9ce0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,27 @@
pkgbase = kcalutils-git
pkgdesc = The KDE calendar utility library
- pkgver = 5.18.40_r855.g697195969
+ pkgver = 6.0.40_r1235.g8482da1b6
pkgrel = 1
url = https://kontact.kde.org
arch = x86_64
groups = kdepim-git
- license = LGPL
+ license = LGPL-2.0-or-later
makedepends = git
+ makedepends = doxygen
makedepends = extra-cmake-modules-git
+ makedepends = qt6-doc
+ makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
depends = kcalendarcore-git
+ depends = kcodecs-git
+ depends = kcoreaddons-git
+ depends = ki18n-git
+ depends = kiconthemes-git
depends = kidentitymanagement-git
- depends = grantlee
+ depends = ktexttemplate-git
+ depends = kwidgetsaddons-git
+ depends = qt6-base
provides = kcalutils
conflicts = kcalutils
source = git+https://github.com/KDE/kcalutils.git
diff --git a/PKGBUILD b/PKGBUILD
index 0f657655b349..d76e71c653ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=kcalutils-git
-pkgver=5.18.40_r855.g697195969
+pkgver=6.0.40_r1235.g8482da1b6
pkgrel=1
pkgdesc="The KDE calendar utility library"
arch=($CARCH)
url="https://kontact.kde.org"
-license=(LGPL)
+license=(LGPL-2.0-or-later)
+depends=(gcc-libs glibc kcalendarcore-git kcodecs-git kcoreaddons-git ki18n-git kiconthemes-git kidentitymanagement-git ktexttemplate-git kwidgetsaddons-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
groups=(kdepim-git)
-depends=(kcalendarcore-git kidentitymanagement-git grantlee)
-makedepends=(git extra-cmake-modules-git)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
source=("git+https://github.com/KDE/${pkgname%-git}.git")