summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-01 06:57:36 +0000
committerJoão Figueiredo2024-03-01 06:57:36 +0000
commitf8a3b134f5b4cb6c33ce429890764daa26925fa0 (patch)
treeb01990697fdb3c50ead45496720352a96fb1c17f
parentdb37933c57961aaceaadbd33e6873ae45a0525e2 (diff)
downloadaur-f8a3b134f5b4cb6c33ce429890764daa26925fa0.tar.gz
Automated license and dependency update
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD8
2 files changed, 22 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aeb75b1d817..c654270b2591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,29 @@
pkgbase = rsibreak-git
pkgdesc = Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)
- pkgver = 0.12.14_r936.g8b4b9e4
+ pkgver = 0.12.15_r1159.g915755d
pkgrel = 1
url = https://apps.kde.org/rsibreak/
arch = x86_64
license = GPL
makedepends = git
makedepends = extra-cmake-modules-git
- makedepends = kdoctools-git
- depends = knotifyconfig-git
- depends = kidletime-git
- depends = hicolor-icon-theme
+ makedepends = kdoctools5-git
+ depends = gcc-libs
+ depends = glibc
+ depends = kconfig5-git
+ depends = kconfigwidgets5-git
+ depends = kcoreaddons5-git
+ depends = kcrash5-git
+ depends = kdbusaddons5-git
+ depends = ki18n5-git
+ depends = kidletime5-git
+ depends = knotifications5-git
+ depends = knotifyconfig5-git
+ depends = ktextwidgets5-git
+ depends = kwidgetsaddons5-git
+ depends = kwindowsystem5-git
+ depends = kxmlgui5-git
+ depends = qt5-base
provides = rsibreak
conflicts = rsibreak
source = git+https://github.com/KDE/rsibreak.git
diff --git a/PKGBUILD b/PKGBUILD
index f2f9fd486803..40d22f8321a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Dmytro Kostiuchenko <edio@archlinux.us>
pkgname=rsibreak-git
-pkgver=0.12.14_r936.g8b4b9e4
+pkgver=0.12.15_r1159.g915755d
pkgrel=1
pkgdesc='Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)'
url='https://apps.kde.org/rsibreak/'
-arch=($CARCH)
license=(GPL)
-depends=(knotifyconfig-git kidletime-git hicolor-icon-theme)
-makedepends=(git extra-cmake-modules-git kdoctools-git)
+depends=(gcc-libs glibc kconfig5-git kconfigwidgets5-git kcoreaddons5-git kcrash5-git kdbusaddons5-git ki18n5-git kidletime5-git knotifications5-git knotifyconfig5-git ktextwidgets5-git kwidgetsaddons5-git kwindowsystem5-git kxmlgui5-git qt5-base)
+makedepends=(git extra-cmake-modules-git kdoctools5-git)
+arch=($CARCH)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
source=("git+https://github.com/KDE/${pkgname%-git}.git")