summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:49:51 +0000
committerJoão Figueiredo2024-03-01 06:49:51 +0000
commit706b71bc6630afd6733e816d32df4ce175125849 (patch)
tree3c96b5e7a0200bc6844f2df6fc6f3e4e20f2aac4
parent7c284710b6ad9429e2b34ac483cb9e6a98169864 (diff)
downloadaur-kpty-git.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a829a25c5f..24bd512e5fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,23 @@
pkgbase = kpty-git
pkgdesc = Pty abstraction
- pkgver = 5.240.0_r413.g58baed4
+ pkgver = 6.0.0_r484.gf21c6f5
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 = ki18n-git
depends = libutempter
+ depends = qt6-base
provides = kpty
conflicts = kpty
source = git+https://github.com/KDE/kpty.git
diff --git a/PKGBUILD b/PKGBUILD
index 3b084aceacbb..9087dc372506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kpty-git
-pkgver=5.240.0_r413.g58baed4
+pkgver=6.0.0_r484.gf21c6f5
pkgrel=1
pkgdesc='Pty abstraction'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kcoreaddons-git ki18n-git libutempter)
-makedepends=(git extra-cmake-modules-git doxygen qt6-tools)
+license=(LGPL-2.0-only LGPL-3.0-only)
+depends=(gcc-libs glibc kcoreaddons-git ki18n-git libutempter qt6-base)
+makedepends=(git doxygen extra-cmake-modules-git qt6-doc qt6-tools)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)