diff --git a/srcpkgs/kio/patches/musl.patch b/srcpkgs/kio/patches/musl.patch index 9d1edd95b3b..a749a8a4975 100644 --- a/srcpkgs/kio/patches/musl.patch +++ b/srcpkgs/kio/patches/musl.patch @@ -17,14 +17,3 @@ +#include #include "../sharefd_p.h" #include "fdsender.h" - ---- ./src/ioslaves/file/sharefd_p.h 2018-02-18 09:27:40.803299927 +0100 -+++ ./src/ioslaves/file/sharefd_p.h 2018-02-18 09:27:53.019108067 +0100 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - - // fix SOCK_NONBLOCK for e.g. macOS - #ifndef SOCK_NONBLOCK diff --git a/srcpkgs/kio/template b/srcpkgs/kio/template index 40814a72fb0..8f723aaea6d 100644 --- a/srcpkgs/kio/template +++ b/srcpkgs/kio/template @@ -1,6 +1,6 @@ # Template file for 'kio' pkgname=kio -version=5.43.0 +version=5.47.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,8 +11,8 @@ short_desc="KDE Network transparent access to files and data" maintainer="Denis Revin " license="LGPL-2" homepage="https://projects.kde.org/projects/frameworks/kio" -distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=e6ecd2290d19e0680f4bc35dc157cf8f4df85ab3a967521dd510163843a372d5 +distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" +checksum=51122eae0b32cb11a20e2c4862c9770d55aac1a1c6d969b6e899fb06736f8720 CXXFLAGS+=" -fpermissive"