summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:39:15 +0000
committerJoão Figueiredo2024-03-01 06:39:15 +0000
commitfde92bcb73987f75298c0ed587ac4985d76147c1 (patch)
treea102d8e3f8954b6fb10df5012f7e3947263bfa56
parent4895f22461cc477bafc5f6c1c25ae45cbd1d6f28 (diff)
downloadaur-kcompletion-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD9
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f42223c83c5c..2290f7bcc3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = kcompletion-git
pkgdesc = Text completion helpers and widgets
- pkgver = 5.240.0_r582.g9fe1c0d
+ pkgver = 6.0.0_r630.ge527200
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 = doxygen
makedepends = extra-cmake-modules-git
+ makedepends = qt6-doc
makedepends = qt6-tools
- makedepends = clang
- makedepends = python-pyqt6
- makedepends = doxygen
- makedepends = sip
- depends = kwidgetsaddons-git
+ depends = gcc-libs
+ depends = glibc
+ depends = kcodecs-git
depends = kconfig-git
- optdepends = python-pyqt6: for the Python bindings
+ depends = kwidgetsaddons-git
+ depends = qt6-base
provides = kcompletion
conflicts = kcompletion
source = git+https://github.com/KDE/kcompletion.git
diff --git a/PKGBUILD b/PKGBUILD
index 4f7683855901..23ad137f8291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcompletion-git
-pkgver=5.240.0_r582.g9fe1c0d
+pkgver=6.0.0_r630.ge527200
pkgrel=1
pkgdesc='Text completion helpers and widgets'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kwidgetsaddons-git kconfig-git)
-makedepends=(git extra-cmake-modules-git qt6-tools clang python-pyqt6 doxygen sip)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcodecs-git kconfig-git kwidgetsaddons-git qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-optdepends=('python-pyqt6: for the Python bindings')
groups=(kf6-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")
sha256sums=('SKIP')