diff --git a/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch b/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch deleted file mode 100644 index 92feb17d8b0..00000000000 --- a/srcpkgs/kdeconnect/patches/fix-execinfo-detection-for-musl.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- core/core_debug.cpp 2017-09-18 14:49:46.000000000 -0400 -+++ core/core_debug.cpp 2017-12-13 04:51:52.296660144 -0500 -@@ -22,7 +22,8 @@ - - Q_LOGGING_CATEGORY(KDECONNECT_CORE, "kdeconnect.core") - --#ifdef Q_OS_LINUX -+#include -+#ifdef __GLIBC__ - #include - #include - #include -@@ -30,7 +31,7 @@ - - void logBacktrace() - { --#ifdef Q_OS_LINUX -+#ifdef __GLIBC__ - void* array[32]; - size_t size = backtrace (array, 32); - char** strings = backtrace_symbols (array, size); diff --git a/srcpkgs/kdeconnect/template b/srcpkgs/kdeconnect/template index 1f195d75dbe..3ae15a0601a 100644 --- a/srcpkgs/kdeconnect/template +++ b/srcpkgs/kdeconnect/template @@ -1,6 +1,6 @@ # Template file for 'kdeconnect' pkgname=kdeconnect -version=1.3.2 +version=1.3.3 revision=1 wrksrc="kdeconnect-kde-${version}" build_style=cmake @@ -14,4 +14,4 @@ maintainer="Yuxuan Shui " license="GPL-2.0-or-later" homepage="https://github.com/KDE/kdeconnect-kde" distfiles="https://github.com/KDE/kdeconnect-kde/archive/v${version}.tar.gz" -checksum=9e12af15f7b8b0ba331735bd58d6ce6f438bb32ccfe49395a7b1144db137ed47 +checksum=b67eaaec5577d121533f072bcda37dc995553c8e4b564b27baba76d0cf948375