summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:39:52 +0000
committerJoão Figueiredo2024-03-01 06:39:52 +0000
commitb2d82cb02bb3c236f2b4dd2111aea1813ebf63f5 (patch)
tree810c235c9b195f8e4ea9f07ac956166122ae8059
parent451f922fe97dfe3d58a90350ca58c1c95f791ab7 (diff)
downloadaur-b2d82cb02bb3c236f2b4dd2111aea1813ebf63f5.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aa5b906ee8e..b4d90bfdfb22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,23 @@
pkgbase = kcrash-git
pkgdesc = Support for application crash analysis and bug report from apps
- pkgver = 5.240.0_r474.g33df047
+ pkgver = 6.0.0_r517.g90f800f
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 = extra-cmake-modules-git
makedepends = doxygen
+ makedepends = extra-cmake-modules-git
+ makedepends = qt6-doc
makedepends = qt6-tools
+ depends = gcc-libs
+ depends = glibc
depends = kcoreaddons-git
- depends = kwindowsystem-git
- optdepends = drkonqi-git: KDE crash handler application
+ depends = libx11
+ depends = qt6-base
+ optdepends = drkonqi: KDE crash handler application
provides = kcrash
conflicts = kcrash
source = git+https://github.com/KDE/kcrash.git
diff --git a/PKGBUILD b/PKGBUILD
index aa6fd8509d5a..d2265a2884da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kcrash-git
-pkgver=5.240.0_r474.g33df047
+pkgver=6.0.0_r517.g90f800f
pkgrel=1
pkgdesc='Support for application crash analysis and bug report from apps'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kcoreaddons-git kwindowsystem-git)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcoreaddons-git libx11 qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
+optdepends=('drkonqi: KDE crash handler application')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
-optdepends=('drkonqi-git: KDE crash handler application')
groups=(kf6-git)
source=("git+https://github.com/KDE/${pkgname%-git}.git")
sha256sums=('SKIP')