summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:54:44 +0000
committerJoão Figueiredo2024-03-01 06:54:44 +0000
commit81f3b912c682620e203484fe8a9ebab6de2cfb94 (patch)
treed0733a37befd20113b085b7dc91c8dd6dfba379e
parent3dfacd05e161f81b94f0256bf6d2ad7aa2e70669 (diff)
downloadaur-libkgapi-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbe061b83781..93c1e73319e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,23 @@
pkgbase = libkgapi-git
pkgdesc = A KDE-based library for accessing various Google services via their public API
- pkgver = 5.19.40_r1319.g7c286d7
+ pkgver = 6.0.40_r1695.g3109ce1b
pkgrel = 1
url = https://www.kde.org/
arch = x86_64
groups = kdepim-git
- license = GPL
- license = LGPL
- license = FDL
+ license = GPL-2.0-or-later
+ license = LGPL-2.0-or-later
makedepends = git
+ makedepends = doxygen
makedepends = extra-cmake-modules-git
- makedepends = qt5-tools
+ makedepends = qt6-doc
+ makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
depends = kcalendarcore-git
depends = kcontacts-git
depends = kwallet-git
+ depends = qt6-base
provides = libkgapi
conflicts = libkgapi
source = git+https://github.com/KDE/libkgapi.git
diff --git a/PKGBUILD b/PKGBUILD
index 84ca3541c1bf..08ca8e8f93d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Maintainer: João Figueiredo & chaotic-aur <islandc0der@chaotic.cx>
pkgname=libkgapi-git
-pkgver=5.19.40_r1319.g7c286d7
+pkgver=6.0.40_r1695.g3109ce1b
pkgrel=1
pkgdesc='A KDE-based library for accessing various Google services via their public API'
url='https://www.kde.org/'
+license=(GPL-2.0-or-later LGPL-2.0-or-later)
+depends=(gcc-libs glibc kcalendarcore-git kcontacts-git kwallet-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
arch=($CARCH)
-license=(GPL LGPL FDL)
-depends=(kcalendarcore-git kcontacts-git kwallet-git)
-makedepends=(git extra-cmake-modules-git qt5-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kdepim-git)