summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:34:09 +0000
committerJoão Figueiredo2024-03-01 06:34:09 +0000
commitff6d12790f708d105dc625ba5d4f4605851d6769 (patch)
tree832f7e5e5fa530cd776a04bca7f8a389aaad7720
parenta26b36cd6c86fc715b21826a0f0065230dd4d656 (diff)
downloadaur-akonadi-calendar-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO36
-rw-r--r--PKGBUILD8
2 files changed, 35 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af76e02164ed..dca6758f40b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,43 @@
pkgbase = akonadi-calendar-git
pkgdesc = Akonadi calendar integration
- pkgver = 5.18.40_r1958.gbaae021
+ pkgver = 6.0.40_r2655.g78fbfea3
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 = boost
- depends = kmailtransport-git
- depends = kcalutils-git
+ makedepends = qt6-doc
+ makedepends = qt6-tools
depends = akonadi-contacts-git
+ depends = akonadi-mime-git
+ depends = gcc-libs
+ depends = glibc
+ depends = gpgme
+ depends = kcalendarcore-git
+ depends = kcalutils-git
+ depends = kcodecs-git
+ depends = kconfig-git
+ depends = kcontacts-git
+ depends = kcoreaddons-git
+ depends = kdbusaddons-git
+ depends = ki18n-git
+ depends = kidentitymanagement-git
+ depends = kio-git
+ depends = kitemmodels-git
+ depends = kmailtransport-git
+ depends = kmime-git
+ depends = knotifications-git
+ depends = kservice-git
+ depends = kwidgetsaddons-git
+ depends = kxmlgui-git
+ depends = libakonadi-git
+ depends = libkleo-git
+ depends = messagelib-git
+ depends = qgpgme-qt6
+ depends = qt6-base
provides = akonadi-calendar
conflicts = akonadi-calendar
source = git+https://github.com/KDE/akonadi-calendar.git
diff --git a/PKGBUILD b/PKGBUILD
index f87f0773e40c..66b3acf87dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=akonadi-calendar-git
-pkgver=5.18.40_r1958.gbaae021
+pkgver=6.0.40_r2655.g78fbfea3
pkgrel=1
pkgdesc="Akonadi calendar integration"
arch=($CARCH)
url="https://kontact.kde.org"
-license=(LGPL)
-depends=(kmailtransport-git kcalutils-git akonadi-contacts-git)
-makedepends=(git extra-cmake-modules-git boost)
+license=(LGPL-2.0-or-later)
+depends=(akonadi-contacts-git akonadi-mime-git gcc-libs glibc gpgme kcalendarcore-git kcalutils-git kcodecs-git kconfig-git kcontacts-git kcoreaddons-git kdbusaddons-git ki18n-git kidentitymanagement-git kio-git kitemmodels-git kmailtransport-git kmime-git knotifications-git kservice-git kwidgetsaddons-git kxmlgui-git libakonadi-git libkleo-git messagelib-git qgpgme-qt6 qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kdepim-git)