summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:45:48 +0000
committerJoão Figueiredo2024-03-01 06:45:48 +0000
commit11420d69075aaca8f27f9a6390c718da0ead1f14 (patch)
tree92ed7b0b77a3f986031717574fc5cb2ad68a262c
parent17cfd690255b64ee9a0bb7e8c4a23b12859c8087 (diff)
downloadaur-kitemviews-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec2fad4b8b87..9d4cf67735f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = kitemviews-git
pkgdesc = Widget addons for Qt Model/View
- pkgver = 5.240.0_r453.gbfaecd8
+ pkgver = 6.0.0_r498.gb1b4a01
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 = gcc-libs
+ depends = glibc
depends = qt6-base
- optdepends = python-pyqt6: for the Python bindings
provides = kitemviews
conflicts = kitemviews
source = git+https://github.com/KDE/kitemviews.git
diff --git a/PKGBUILD b/PKGBUILD
index 39acb6c52c46..cc8fdbce3e4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kitemviews-git
-pkgver=5.240.0_r453.gbfaecd8
+pkgver=6.0.0_r498.gb1b4a01
pkgrel=1
pkgdesc='Widget addons for Qt Model/View'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt6-base)
-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 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')