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 2c7e613784a2..ef46c59d8c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = plasma5-applets-uswitch
pkgdesc = Modified version of User Switch plasmoid
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/divinae/uswitch
arch = any
license = GPL3
makedepends = git
makedepends = cmake
makedepends = extra-cmake-modules
- makedepends = kcoreaddons
+ makedepends = kcoreaddons5
depends = plasma-workspace
provides = plasma5-applets-uswitch
conflicts = plasma5-applets-uswitch
diff --git a/PKGBUILD b/PKGBUILD
index a445cc239fa8..413585e9ed0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=plasma5-applets-uswitch
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Modified version of User Switch plasmoid'
url='https://gitlab.com/divinae/uswitch'
license=('GPL3')
arch=('any')
depends=('plasma-workspace')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'kcoreaddons')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kcoreaddons5')
provides=('plasma5-applets-uswitch')
conflicts=('plasma5-applets-uswitch')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/divinae/uswitch/-/archive/$pkgver/uswitch-$pkgver.tar.gz")