diff --git a/srcpkgs/kscreenlocker/patches/musl.patch b/srcpkgs/kscreenlocker/patches/musl.patch deleted file mode 100644 index 75bfe03b3dd..00000000000 --- a/srcpkgs/kscreenlocker/patches/musl.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/kcheckpass/kcheckpass.c 2016-12-20 15:34:56.868688234 +0400 -+++ b/kcheckpass/kcheckpass.c 2016-12-20 15:35:48.092223200 +0400 -@@ -45,6 +45,7 @@ - * - *****************************************************************/ - -+#define _GNU_SOURCE - #include "kcheckpass.h" - - #include diff --git a/srcpkgs/kscreenlocker/template b/srcpkgs/kscreenlocker/template index 4f2877a5ae4..f38ab20a91d 100644 --- a/srcpkgs/kscreenlocker/template +++ b/srcpkgs/kscreenlocker/template @@ -1,6 +1,6 @@ # Template file for 'kscreenlocker' pkgname=kscreenlocker -version=5.24.5 +version=5.25.3 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -14,7 +14,7 @@ maintainer="John " license="GPL-2.0-or-later" homepage="https://invent.kde.org/plasma/kscreenlocker" distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz" -checksum=3270a1845c9fc694a50db38de4c27586d2f488152e1bcf88be0088d6799bf98e +checksum=8c8f99c49932e9ebba0738f8fa302718485d26403c730096e75b2524471e31ce if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-devel"