diff --git a/srcpkgs/dtkcore/patches/musl.patch b/srcpkgs/dtkcore/patches/musl.patch deleted file mode 100644 index 79bc684128..0000000000 --- a/srcpkgs/dtkcore/patches/musl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dsysinfo.cpp 2018-11-19 04:35:55.000000000 +0100 -+++ - 2018-12-01 23:53:31.935899347 +0100 -@@ -32,7 +32,7 @@ - #ifdef Q_OS_LINUX - #include - #include --#include -+#include - #endif - - DCORE_BEGIN_NAMESPACE diff --git a/srcpkgs/dtkcore/template b/srcpkgs/dtkcore/template index f3f42ed0e1..5f4f630ea6 100644 --- a/srcpkgs/dtkcore/template +++ b/srcpkgs/dtkcore/template @@ -1,6 +1,6 @@ # Template file for 'dtkcore' pkgname=dtkcore -version=2.0.9.9 +version=2.0.9.10 revision=1 build_style=qmake configure_args="LIB_INSTALL_DIR=/usr/lib/" @@ -12,7 +12,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/linuxdeepin/dtkcore" changelog="https://github.com/linuxdeepin/dtkcore/blob/${version}/CHANGELOG.md" distfiles="https://github.com/linuxdeepin/dtkcore/archive/${version}.tar.gz" -checksum=f808371d7fbd4a624ea0ad0cc6cc13754cb16704a715c36a4a45ce5328c16fcd +checksum=960f37383051bb1fc247b9a268966cd3cbfef3aef3c7ad6797c51e152fcd46ba if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-devel gsettings-qt-devel"