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 83106f12d29b..32a23a2a31bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kscreenlocker-git
pkgdesc = Library and components for secure lock screen architecture
pkgver = 6.0.80_r1288.g2c17bd6
- pkgrel = 1
+ pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma-git
@@ -35,7 +35,7 @@ pkgbase = kscreenlocker-git
depends = libplasma-git
depends = qt6-base
depends = qt6-declarative
- depends = wayland-git
+ depends = wayland
depends = xcb-util-keysyms
optdepends = kcmutils: configuration module
provides = kscreenlocker
diff --git a/PKGBUILD b/PKGBUILD
index e1717ccf5d4b..226b01081d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=kscreenlocker-git
pkgver=6.0.80_r1288.g2c17bd6
-pkgrel=1
+pkgrel=2
pkgdesc='Library and components for secure lock screen architecture'
arch=($CARCH)
url='https://kde.org/plasma-desktop/'
license=(LGPL-2.0-or-later)
-depends=(gcc-libs glibc kconfig-git kcoreaddons-git kcrash-git kdeclarative-git kglobalaccel-git ki18n-git kidletime-git kio-git kirigami-git knotifications-git kpackage-git ksvg-git kwindowsystem-git kxmlgui-git layer-shell-qt-git libkscreen-git libx11 libxcb libxi pam libplasma-git qt6-base qt6-declarative wayland-git xcb-util-keysyms)
+depends=(gcc-libs glibc kconfig-git kcoreaddons-git kcrash-git kdeclarative-git kglobalaccel-git ki18n-git kidletime-git kio-git kirigami-git knotifications-git kpackage-git ksvg-git kwindowsystem-git kxmlgui-git layer-shell-qt-git libkscreen-git libx11 libxcb libxi pam libplasma-git qt6-base qt6-declarative wayland xcb-util-keysyms)
makedepends=(git extra-cmake-modules-git kcmutils-git kdoctools-git)
optdepends=('kcmutils: configuration module')
groups=(plasma-git)