summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 15:30:27 +0000
committerJoão Figueiredo2024-03-02 15:30:27 +0000
commit2df616188095bc04b6e9f74c7591146e96c8e191 (patch)
tree5e6226aa614fd3270086b76dedb057862aff3ac0 /PKGBUILD
parent0e41f2971840c076f11fb27f3a94170ec286c24a (diff)
downloadaur-ktimetracker-git.tar.gz
Fix erroneous kf5-git dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e70165e61f9d..195301b50f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: João Figueiredo & chaotic-aur <islandc0der@chaotic.cx>
pkgname=ktimetracker-git
-pkgver=6.0.0_r3894.g20d407d
+pkgver=6.0.0_r3902.gd0da637
pkgrel=1
pkgdesc='Todo management and time tracker'
url='https://userbase.kde.org/KTimeTracker'
license=(GPL2)
-depends=(gcc-libs glibc kcalendarcore5-git kconfig5-git kconfigwidgets5-git kcoreaddons5-git kdbusaddons5-git ki18n5-git kidletime5-git kio5-git kjobwidgets5-git knotifications5-git ktextwidgets5-git kwidgetsaddons5-git kwindowsystem5-git kxmlgui5-git qt5-base)
-makedepends=(git extra-cmake-modules-git kdoctools5-git)
+depends=(gcc-libs glibc kcalendarcore5 kconfig5 kconfigwidgets5 kcoreaddons5 kdbusaddons5 ki18n5 kidletime5 kio5 kjobwidgets5 knotifications5 ktextwidgets5 kwidgetsaddons5 kwindowsystem5 kxmlgui5 qt5-base)
+makedepends=(git extra-cmake-modules-git kdoctools5)
arch=($CARCH)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})