summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:52:35 +0000
committerJoão Figueiredo2024-03-01 06:52:35 +0000
commitbe7b0e9b5f5f77469ba90c160d75533e259a685b (patch)
treed874d1ac05c3fda0a5add320a70a981258c3a09c
parent5bd135f414fda58c68ad8e3d3d5740da20231154 (diff)
downloadaur-be7b0e9b5f5f77469ba90c160d75533e259a685b.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 17 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ee5ae1d3e0..00c813f65f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,27 @@
pkgbase = ktimer-git
pkgdesc = Countdown Launcher
- pkgver = 21.11.70_r468.g08ad6e6
+ pkgver = 24.04.70_r687.ge0f2064
pkgrel = 1
url = https://apps.kde.org/ktimer/
arch = x86_64
groups = kde-applications-git
groups = kde-utilities-git
- license = GPL
- license = LGPL
- license = FDL
+ license = GPL-2.0-or-later
+ license = LGPL-2.0-or-later
makedepends = git
makedepends = extra-cmake-modules-git
makedepends = kdoctools-git
+ depends = gcc-libs
+ depends = glibc
+ depends = kconfig-git
+ depends = kconfigwidgets-git
+ depends = kcoreaddons-git
+ depends = kdbusaddons-git
+ depends = ki18n-git
depends = kio-git
- depends = hicolor-icon-theme
+ depends = kstatusnotifieritem-git
+ depends = kwidgetsaddons-git
+ depends = qt6-base
provides = ktimer
conflicts = ktimer
source = git+https://github.com/KDE/ktimer.git
diff --git a/PKGBUILD b/PKGBUILD
index ab4d188ddc15..f6879b6f67a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
# Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ktimer-git
-pkgver=21.11.70_r468.g08ad6e6
+pkgver=24.04.70_r687.ge0f2064
pkgrel=1
pkgdesc='Countdown Launcher'
url='https://apps.kde.org/ktimer/'
-arch=($CARCH)
-license=(GPL LGPL FDL)
-depends=(kio-git hicolor-icon-theme)
+license=(GPL-2.0-or-later LGPL-2.0-or-later)
+depends=(gcc-libs glibc kconfig-git kconfigwidgets-git kcoreaddons-git kdbusaddons-git ki18n-git kio-git kstatusnotifieritem-git kwidgetsaddons-git qt6-base)
makedepends=(git extra-cmake-modules-git kdoctools-git)
+arch=($CARCH)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kde-applications-git kde-utilities-git)