summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2023-11-07 19:24:45 +0100
committerDan Johansen2023-11-07 19:24:45 +0100
commit28ee5311037a9cc0efc38e65bc1a293b46dae5bd (patch)
treef8d78dcf3260e5a7c87302f694816f531ef91a30 /PKGBUILD
parent4be5fb08aa319f6b1a06bb241b5bf0ab3159a627 (diff)
downloadaur-28ee5311037a9cc0efc38e65bc1a293b46dae5bd.tar.gz
update kf5 dependency name
Signed-off-by: Dan Johansen <strit@strits.dk>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3957a062228f..469d32666791 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=corestuff
pkgver=4.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="An activity viewer from the C Suite"
arch=('x86_64' 'aarch64')
url="https://gitlab.com/cubocore/coreapps/$pkgname"
license=('GPL3')
-depends=('qt5-base' 'qt5-x11extras' 'libxcomposite' 'kglobalaccel' 'libcsys>=2.7.1' 'libcprime>=2.7.1')
+depends=('qt5-base' 'qt5-x11extras' 'libxcomposite' 'kglobalaccel5' 'libcsys>=2.7.1' 'libcprime>=2.7.1')
makedepends=('cmake' 'ninja')
replaces=('corebox')
source=("https://gitlab.com/cubocore/coreapps/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")