summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 15:45:05 +0000
committerJoão Figueiredo2024-03-02 15:45:05 +0000
commit81fd7cc74d08f70a9bd99751b1fc2cc2de0e7f64 (patch)
tree32124d62ad9d73beddde8cda950239dc97806c1c
parentf8a3b134f5b4cb6c33ce429890764daa26925fa0 (diff)
downloadaur-81fd7cc74d08f70a9bd99751b1fc2cc2de0e7f64.tar.gz
Remove kf5 dependencies
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD6
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c654270b2591..9ff9a8a0745b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,28 +1,28 @@
pkgbase = rsibreak-git
pkgdesc = Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)
pkgver = 0.12.15_r1159.g915755d
- pkgrel = 1
+ pkgrel = 2
url = https://apps.kde.org/rsibreak/
arch = x86_64
license = GPL
makedepends = git
makedepends = extra-cmake-modules-git
- makedepends = kdoctools5-git
+ makedepends = kdoctools5
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 = kconfig5
+ depends = kconfigwidgets5
+ depends = kcoreaddons5
+ depends = kcrash5
+ depends = kdbusaddons5
+ depends = ki18n5
+ depends = kidletime5
+ depends = knotifications5
+ depends = knotifyconfig5
+ depends = ktextwidgets5
+ depends = kwidgetsaddons5
+ depends = kwindowsystem5
+ depends = kxmlgui5
depends = qt5-base
provides = rsibreak
conflicts = rsibreak
diff --git a/PKGBUILD b/PKGBUILD
index 40d22f8321a0..d04db7d2bece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=rsibreak-git
pkgver=0.12.15_r1159.g915755d
-pkgrel=1
+pkgrel=2
pkgdesc='Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)'
url='https://apps.kde.org/rsibreak/'
license=(GPL)
-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)
+depends=(gcc-libs glibc kconfig5 kconfigwidgets5 kcoreaddons5 kcrash5 kdbusaddons5 ki18n5 kidletime5 knotifications5 knotifyconfig5 ktextwidgets5 kwidgetsaddons5 kwindowsystem5 kxmlgui5 qt5-base)
+makedepends=(git extra-cmake-modules-git kdoctools5)
arch=($CARCH)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})