summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5185b2c06ef8..d778d5167b14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corestuff
pkgdesc = An activity viewer from the C Suite
pkgver = 4.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/cubocore/coreapps/corestuff
arch = x86_64
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = corestuff
depends = qt5-base
depends = qt5-x11extras
depends = libxcomposite
- depends = kglobalaccel
+ depends = kglobalaccel5
depends = libcsys>=2.7.1
depends = libcprime>=2.7.1
replaces = corebox
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")